Skip to content

Commit

Permalink
fixed manual to match current Sanic app name policy (#2461)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
  • Loading branch information
amitay87 and ahopkins committed May 26, 2022
1 parent 4ee2e57 commit c249004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -114,7 +114,7 @@ Hello World Example
from sanic import Sanic
from sanic.response import json
app = Sanic("My Hello, world app")
app = Sanic("my-hello-world-app")
@app.route('/')
async def test(request):
Expand Down

0 comments on commit c249004

Please sign in to comment.