📝 Fix incorrect example in docs - first steps (#511)

This commit is contained in:
Fedor Ignatov 2019-10-04 02:57:49 +03:00 committed by Sebastián Ramírez
parent 96f092179f
commit d5d9a20937
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Open your browser at <a href="http://127.0.0.1:8000" target="_blank">http://127.
You will see the JSON response as: You will see the JSON response as:
```JSON ```JSON
{"hello": "world"} {"message": "Hello World"}
``` ```
### Interactive API docs ### Interactive API docs