📝 Fixes example typo in README (#717)

Thanks!
This commit is contained in:
Jeff Triplett 2019-11-13 12:56:47 -06:00 committed by Tom Christie
parent 302415d728
commit 6ddd0523b0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ routes = [
Route("/", endpoint=homepage)
]
app = Starlette(debug=True, routes=route)
app = Starlette(debug=True, routes=routes)
```
Then run the application using Uvicorn: