Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit a3458c2

Browse files
Merge pull request #1 from petersonzilli/petersonzilli-update-readme
Update README.md
2 parents 9854f64 + ecf77c3 commit a3458c2

File tree

1 file changed

+5
-5
lines changed
  • course-02/exercises/udacity-c2-basic-server

1 file changed

+5
-5
lines changed

course-02/exercises/udacity-c2-basic-server/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ This directory contains some simple unit functions (`units.ts`) and correspondin
4646

4747
***
4848
# Tasks
49-
1. @TODO `./src/server.ts/`
49+
1. @DONE `./src/server.ts/`
5050
Add an endpoint to GET a list of cars.
5151

52-
2. @TODO `./src/server.ts/`
52+
2. @DONE `./src/server.ts/`
5353
Add an endpoint to get a specific car.
5454

55-
3. @TODO `./src/server.ts/`
55+
3. @DONE `./src/server.ts/`
5656
Add an endpoint to post a new car to our list.
5757

58-
4. @TODO `./src/unit-test-examples/units.ts`
58+
4. @DONE `./src/unit-test-examples/units.ts`
5959
Try creating a method "concat" to concatenate two strings.
6060

61-
5. @TODO `./src/unit-test-examples/units.tests.ts`
61+
5. @DONE `./src/unit-test-examples/units.tests.ts`
6262
Try creating a new describe block for the "concat" method.

0 commit comments

Comments
 (0)