Update README.rst (#1917)
This commit is contained in:
parent
3f7c9ea3f5
commit
875be11ae5
|
@ -104,7 +104,7 @@ Hello World Example
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0', port=8000)
|
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::
|
.. code::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user