Skip to content

Commit 4dedc80

Browse files
authored
Update README.md
1 parent 1add7e5 commit 4dedc80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Where `$user` is your Docker user.
6969

7070
## Testing the server
7171

72-
# Create a task:
72+
### Create a task:
7373

7474
```bash
7575
$ curl --location --request POST 'http://localhost:8000/api/create-task' \
@@ -80,9 +80,9 @@ $ curl --location --request POST 'http://localhost:8000/api/create-task' \
8080
}'
8181
```
8282

83-
# List open tasks:
83+
### List open tasks:
8484

8585
```bash
8686
curl --location --request GET 'http://localhost:8000/api/open-tasks' \
8787
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2duaXRvOnVzZXJuYW1lIjoiam9obkBkb2UuY29tIn0.6UvNP3lIrXAinXYqH4WzyNrYCxUFIRhAluWyAxcCoUc'
88-
```
88+
```

0 commit comments

Comments
 (0)