update readme example to use default

This commit is contained in:
Raphael Deem 2016-11-18 17:22:16 -08:00
parent f16ea20de5
commit 8be4dc8fb5

View File

@ -33,7 +33,7 @@ All tests were run on an AWS medium instance running ubuntu, using 1 process. E
from sanic import Sanic from sanic import Sanic
from sanic.response import json from sanic.response import json
app = Sanic(__name__) app = Sanic()
@app.route("/") @app.route("/")
async def test(request): async def test(request):