]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:pencil: Fix incorrect example in docs - first steps (#511)
authorFedor Ignatov <ignatov.fedor@gmail.com>
Thu, 3 Oct 2019 23:57:49 +0000 (02:57 +0300)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Oct 2019 23:57:49 +0000 (18:57 -0500)
docs/tutorial/first-steps.md

index a7790a1057e164d851c274dcdbf95f60907204bd..c1c5567780c4f75b12378bfcdbd6cb7cc976f891 100644 (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:
 
 ```JSON
-{"hello": "world"}
+{"message": "Hello World"}
 ```
 
 ### Interactive API docs