Skip to content

Commit a74862e

Browse files
committed
Changing README to reStructuredText.
1 parent a0b7f9d commit a74862e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README renamed to README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Detailed documentation[2] is available on http://readthedocs.org.
33

44
Typical usage:
55

6+
::
7+
68
from intercom import Intercom
7-
Intercom.app_id = 'dummy-app-id'
8-
Intercom.api_key = 'dummy-api-key'
9+
Intercom.app_id = 'app-id'
10+
Intercom.api_key = 'api-key'
911
1012
from intercom import User
1113
for user in User.all():

0 commit comments

Comments
 (0)