From 875be11ae5f04d7c0cc95caa0935d86308183895 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 27 Aug 2020 10:28:56 +0300 Subject: [PATCH] Update README.rst (#1917) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cbd53bb5..2ace1c5c 100644 --- a/README.rst +++ b/README.rst @@ -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::