From d5d9a20937396bcb1a62db8d97e4d39e0439761a Mon Sep 17 00:00:00 2001 From: Fedor Ignatov Date: Fri, 4 Oct 2019 02:57:49 +0300 Subject: [PATCH] :pencil: Fix incorrect example in docs - first steps (#511) --- docs/tutorial/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/first-steps.md b/docs/tutorial/first-steps.md index a7790a105..c1c556778 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