From: Fedor Ignatov Date: Thu, 3 Oct 2019 23:57:49 +0000 (+0300) Subject: :pencil: Fix incorrect example in docs - first steps (#511) X-Git-Tag: 0.40.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5d9a20937396bcb1a62db8d97e4d39e0439761a;p=thirdparty%2Ffastapi%2Ffastapi.git :pencil: Fix incorrect example in docs - first steps (#511) --- diff --git a/docs/tutorial/first-steps.md b/docs/tutorial/first-steps.md index a7790a1057..c1c5567780 100644 --- a/docs/tutorial/first-steps.md +++ b/docs/tutorial/first-steps.md @@ -37,7 +37,7 @@ Open your browser at http://127. You will see the JSON response as: ```JSON -{"hello": "world"} +{"message": "Hello World"} ``` ### Interactive API docs