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