Browse Source

Merge pull request #42 from RodolfoSilva/change_highlight

syntax highlighting for example code in readme file
pull/44/head
Miguel Grinberg 9 years ago
committed by GitHub
parent
commit
f390b41830
  1. 2
      README.rst

2
README.rst

@ -43,7 +43,7 @@ Example
The following application uses Flask to serve the HTML/Javascript to the
client:
::
.. code:: python
import socketio
import eventlet

Loading…
Cancel
Save