Browse Source

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

pull/554/head
Fedor Ignatov 6 years ago
committed by Sebastián Ramírez
parent
commit
d5d9a20937
  1. 2
      docs/tutorial/first-steps.md

2
docs/tutorial/first-steps.md

@ -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

Loading…
Cancel
Save