Skip to content

Commit

Permalink
Add syntax coloring hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleclaire committed Apr 16, 2018
1 parent 4dbdf8d commit 4e01730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api/README.md
Expand Up @@ -29,7 +29,7 @@ $ FLASK_APP=app.py flask run

A basic REST API for todos is exposed on port 5000.

```
```sh
$ curl \
-H 'Content-Type: application/json' \
-X POST -d '{"description": "Walk the dog", "due": 1518816723}' \
Expand Down

0 comments on commit 4e01730

Please sign in to comment.