Update README.rst (#1917)

This commit is contained in:
Adam Hopkins 2020-08-27 10:28:56 +03:00 committed by GitHub
parent 3f7c9ea3f5
commit 875be11ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ Hello World Example
if __name__ == '__main__':
app.run(host='0.0.0.0', port=8000)
Sanic can now be easily run using ``python3 hello.py``.
Sanic can now be easily run using ``sanic hello.app``.
.. code::