From 8be4dc8fb52f27a4a51cc5d31a1aa6a767450450 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Fri, 18 Nov 2016 17:22:16 -0800 Subject: [PATCH] update readme example to use default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc309c8c..4b6d87de 100644 --- a/README.md +++ b/README.md @@ -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.response import json -app = Sanic(__name__) +app = Sanic() @app.route("/") async def test(request):