Skip to content

Commit 8078620

Browse files
authored
Fix typos.
1 parent d89a10a commit 8078620

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SOCKET HTTP SERVER
22

33
Once you're done, you should be able to start the web server inside the homework directory using `python -u http_server.py` and then point your web browser at locations like:
4-
* http://localhost:10000/sample.txt
5-
* http://localhost:10000/a_web_page.html
6-
* http://localhost:10000/images/sample_1.png
4+
* http://localhost:10000/sample.txt
5+
* http://localhost:10000/a_web_page.html
6+
* http://localhost:10000/images/sample_1.png
77

88
and see the corresponding file located under homework/webroot. Take a moment to look into the homework/webroot and see these files. 
99

1010
Inside this repository you'll find the http_server.py file. I've added enough stub code for the missing functions to let the server run. And there are more tests for you to make pass!
1111

12-
You do NOT need to execute the `make_time.py` Python file. When a web user visits `http://localhost:1000/make_time.py` you only need to _serve up_ the contents of that file. But if you'd like to take on a challenge, then you _can_ choose to execute the file and serve up the result of performming that execution.
12+
You do NOT need to execute the `make_time.py` Python file. When a web user visits `http://localhost:1000/make_time.py` you only need to _serve up_ the contents of that file. But if you'd like to take on a challenge, then you _can_ choose to execute the file and serve up the result of performing that execution.
1313

1414

1515
## Building the Response

0 commit comments

Comments
 (0)