Skip to content

Commit

Permalink
Fixing reference to api key.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeyes committed Aug 11, 2015
1 parent 2c1ea37 commit 3c886cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -34,7 +34,7 @@ Intercom documentation: `Authentication <http://api.intercom.io/docs#authenticat

from intercom import Intercom
Intercom.app_id = 'dummy-app-id'
Intercom.api_key = 'dummy-api-key'
Intercom.app_api_key = 'dummy-api-key'

Users
-----
Expand Down

0 comments on commit 3c886cd

Please sign in to comment.