Skip to content

Commit

Permalink
Add name to Sanic instance in Hello World Example (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Mar 12, 2021
1 parent b1a57a8 commit 1165663
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 1165663

Please sign in to comment.