Fixing readme, code didn't display correctly
This commit is contained in:
parent
510d08cfbc
commit
5682231185
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ For now, you can post data using curl.
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -H "Content-Type: application/json" -X POST -d '{"text":"Hello Darkness","score": 5000}' http://localhost:5000/upload
|
curl -H "Content-Type: application/json" -X POST -d '{"text":"Hello Darkness","score": 5000}' http://localhost:5000/upload
|
||||||
```gi
|
|
||||||
|
```
|
||||||
|
|
||||||
## Requires:
|
## Requires:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue