Skip to content

Commit 4bacc1b

Browse files
authored
Update README.md
1 parent a0b49d7 commit 4bacc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/08-delete-todo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `08` Delete todo
22

3-
Deleting a todo is basically the opposite of adding a new one, so you should use 90% of the code from the 'POST /todos' feature.
3+
Deleting a todo is basically the opposite of adding a new one, so you should use 90% of the code from the `POST /todos` feature.
44

55
The main difference is that `DELETE /todos/<position:int>` will receive the position to delete in the URL of the request like this:
66

0 commit comments

Comments
 (0)