diff --git a/README.md b/README.md index c5aa6f0..33c78a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Getting Started -To use this project first make sure you have `npm` or `yarn` installed. These are dependency managers that will download everything you need for the project. +To use this project first make sure you have `npm` or `yarn` installed. These are dependency managers that will download everything you need for the project. ### Running the frontend (web) @@ -38,4 +38,4 @@ $ java -cp target/DemoServer-0.0.1-SNAPSHOT-jar-with-dependencies.jar edu.csu201 ``` ### It works (hopefully) -You should now be able to type into the input box and press enter. The server is coded to return an image url and a list of numbers. These should be displayed on the webpage. If you open the browser console (development tools) I have added a few logs explaining what is happening. Comments can be found in the code that explains what each part is doing. If you have any questions feel free to post on Piazza or email the team directly. You may also approach me in person if to talk about this code or to set up a meeting to work through it. \ No newline at end of file +You should now be able to type into the input box and press enter. The server is coded to return an image url and a list of numbers. These should be displayed on the webpage. If you open the browser console (development tools) I have added a few logs explaining what is happening. Comments can be found in the code that explains what each part is doing. If you have any questions feel free to post on Piazza or email the team directly. You may also approach me in person if to talk about this code or to set up a meeting to work through it.