Skip to content

Commit 3603c49

Browse files
authored
README Formatting
1 parent b6bb194 commit 3603c49

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ You'll also have to create one more page: an index page at the address http://lo
88

99
## How to Know When You're Done
1010

11-
When you have completed the TODOs, you should be able to visit the following pages and see a page with the indicated content.
12-
13-
http://localhost:8080/multiply/3/5  => 15
14-
http://localhost:8080/add/23/42  => 65
15-
http://localhost:8080/subtract/23/42  => -19
16-
http://localhost:8080/divide/22/11  => 2
17-
http://localhost:8080/  => Here's how to use this page... (etc.)
11+
When you have completed the TODOs, you should be able to visit the following pages and see a page with the indicated content.:
12+
* http://localhost:8080/multiply/3/5  => 15
13+
* http://localhost:8080/add/23/42  => 65
14+
* http://localhost:8080/subtract/23/42  => -19
15+
* http://localhost:8080/divide/22/11  => 2
16+
* http://localhost:8080/  => Here's how to use this page... (etc.)
1817

1918
There is also a set of tests for you to run, using `python tests.py`.

0 commit comments

Comments
 (0)