Update README.md
@ -35,7 +35,7 @@ app = Sanic(__name__)
@app.route("/")
async def test(request):
return json({ "hello": "world" })
return json({"hello": "world"})
app.run(host="0.0.0.0", port=8000)
```
The note is not visible to the blocked user.