fixed manual to match current Sanic app name policy (#2461)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
This commit is contained in:
parent
4ee2e57ec8
commit
c249004c30
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user