Skip to content

Commit 56b134b

Browse files
committed
Adding syntax highlighting to code samples
1 parent 9ff6032 commit 56b134b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Detailed `documentation <http://readthedocs.org/docs/python-intercom/>`_ is avai
44

55
Typical usage:
66

7-
::
7+
.. code:: python
88
9-
from intercom import Intercom
10-
Intercom.app_id = 'app-id'
11-
Intercom.api_key = 'api-key'
9+
from intercom import Intercom
10+
Intercom.app_id = 'app-id'
11+
Intercom.api_key = 'api-key'
1212
13-
from intercom import User
14-
for user in User.all():
15-
print user.email
13+
from intercom import User
14+
for user in User.all():
15+
print user.email

0 commit comments

Comments
 (0)