Skip to content

Commit

Permalink
Merge pull request #1662 from ebargtuo/patch-1
Browse files Browse the repository at this point in the history
Fix path to run the ToDo API app in examples doc
  • Loading branch information
lafrech committed Sep 10, 2020
2 parents 1bca177 + 4d9b364 commit 2708795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,4 @@ Contributors (chronological)
- `@weeix <https://github.com/weeix>`_
- Juan Norris `@juannorris <https://github.com/juannorris>`_
- 장준영 `@jun0jang <https://github.com/jun0jang>`_
- `@ebargtuo <https://github.com/ebargtuo>`_
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Run the app.
.. code-block:: bash
$ pip install flask peewee
$ python examples/flask_example.py
$ python examples/peewee_example.py
After registering a user and creating some todo items in the database, here is an example response.

Expand Down

0 comments on commit 2708795

Please sign in to comment.