Skip to content

Commit

Permalink
Merge branch 'signals-api' of github.com:sanic-org/sanic into signals…
Browse files Browse the repository at this point in the history
…-api
  • Loading branch information
ahopkins committed Mar 13, 2021
2 parents 472d121 + 821e380 commit 4917948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Hello World Example
from sanic import Sanic
from sanic.response import json
app = Sanic()
app = Sanic("My Hello, world app")
@app.route('/')
async def test(request):
Expand Down

0 comments on commit 4917948

Please sign in to comment.