Skip to content

Commit

Permalink
Fix highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 4, 2018
1 parent 430091a commit ca22766
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/web_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ should accept zero parameters::
app.router.add_get(...)
return app

Start gunicorn::
Start gunicorn:

.. code-block:: shell
$ gunicorn my_app_module:my_web_app --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker
Expand Down

0 comments on commit ca22766

Please sign in to comment.