Update README.md

master
Kristyn Bryan 10 years ago committed by GitHub
parent 43d5adaf7b
commit 6d9117177b

@ -29,7 +29,7 @@ Tonight you will be using your new found skills to create three separate Express
<br> <br>
#Greetings APP #Greetings APP
- Create an express application (see the bottom of this homework for a reminder). - Create an express application (see the bottom of this homework for a reminder).
- Your app should have a route of `'/greeting'` and it should expect *1 param* which takes in a person's name. - Your app should have a route of `'/greeting/:name'` and it should expect *1 param* which takes in a person's name.
- When hitting the route, the page should display a message such as "Hello, <name>", or "What's up, <name>, or "<name>! It's so great to see you!" (ex. hitting `'/greeting/Jimmy-boy'` should display `Wow! Hello there, Jimmy-boy` on the page). - When hitting the route, the page should display a message such as "Hello, <name>", or "What's up, <name>, or "<name>! It's so great to see you!" (ex. hitting `'/greeting/Jimmy-boy'` should display `Wow! Hello there, Jimmy-boy` on the page).
**Commit 1** <br> **Commit 1** <br>

Loading…
Cancel
Save