Skip to content

Commit

Permalink
Fixed typos in PUT completed uri examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgraham-sl committed Jul 28, 2023
1 parent 83c25fd commit a457e75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If the task is already marked as completed, or the task is not found, then no ch

Given the static data above:

http://localhost:8080/todo/5c3ec8bc-6099-4cd5-b6da-8e2956db3a34 returns
http://localhost:8080/todo/completed/5c3ec8bc-6099-4cd5-b6da-8e2956db3a34 returns

```
{
Expand All @@ -149,7 +149,7 @@ http://localhost:8080/todo/5c3ec8bc-6099-4cd5-b6da-8e2956db3a34 returns

with HTTP status 200.

A further call to http://localhost:8080/todo/5c3ec8bc-6099-4cd5-b6da-8e2956db3a34 returns
A further call to http://localhost:8080/todo/completed/5c3ec8bc-6099-4cd5-b6da-8e2956db3a34 returns

```
{
Expand All @@ -160,7 +160,7 @@ A further call to http://localhost:8080/todo/5c3ec8bc-6099-4cd5-b6da-8e2956db3a3

with HTTP status 200.

http://localhost:8080/todo/5c3ec8bc-6099-1a2b-b6da-8e2956db3a34 returns
http://localhost:8080/todo/completed/5c3ec8bc-6099-1a2b-b6da-8e2956db3a34 returns

```
{
Expand Down

0 comments on commit a457e75

Please sign in to comment.