diff --git a/cmsc388b/projects/project1/Project1Description.md b/cmsc388b/projects/project1/Project1Description.md index 16a5f82a3ff669a77861ce7b159ac52fda34828b..746d95d91360786147805f3fe2999556260a66b4 100644 --- a/cmsc388b/projects/project1/Project1Description.md +++ b/cmsc388b/projects/project1/Project1Description.md @@ -4,7 +4,7 @@ ## Objectives: To build your first node application and gain practice with our git workflow for distributiing course materials and submitting projects. ## Specifications/Requirements -We have provided you with 3 started files: `index.html`, `client.js` and `server.js`. Do not need to modify the `index.html` at all since our automated test scripts use it to validate your project implementation. +We have provided you with 3 started files: `index.html`, `client.js` and `server.js`. Do not modify the `index.html` at all since our automated test scripts use it to validate your project implementation. 1. `server.js` Build your basic application server to listen on port `8000`. It should have the following functionality: * It should print out to the console that the server started successfully and what port it is running on.