diff --git a/README.md b/README.md index 6a7803c0..a293b332 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ if __name__ == '__main__': uvicorn.run(app, host='0.0.0.0', port=8000) ``` +For a more complete example, [see here](https://github.com/encode/starlette-example). + ## Dependencies Starlette does not have any hard dependencies, but the following are optional: diff --git a/docs/index.md b/docs/index.md index b584c2c8..1cdb5df0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -71,6 +71,8 @@ if __name__ == '__main__': uvicorn.run(app, host='0.0.0.0', port=8000) ``` +For a more complete example, [see here](https://github.com/encode/starlette-example). + ## Dependencies Starlette does not have any hard dependencies, but the following are optional: