From 140823663925249becb33b2fc73871994742019b Mon Sep 17 00:00:00 2001 From: Andrej Rasevic <andrej@rasevicengineering.com> Date: Tue, 8 Jan 2019 11:26:35 -0500 Subject: [PATCH] fixed project desription typo --- cmsc388b/projects/project1/Project1Description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmsc388b/projects/project1/Project1Description.md b/cmsc388b/projects/project1/Project1Description.md index 16a5f82..746d95d 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. -- GitLab