diff options
| author | Geremy Cohen | 2014-06-16 15:45:30 -0700 |
|---|---|---|
| committer | Geremy Cohen | 2014-06-16 15:45:30 -0700 |
| commit | 69060f3c81bea0c4ea3df174f00bb872da44ae48 (patch) | |
| tree | 4983c04fbafa7d728669f452c162cbe802b496e0 | |
| parent | 7c0df06dbe0eb8441b0c62b4e8cffe9bfe7ff739 (diff) | |
| download | pubnub-python-69060f3c81bea0c4ea3df174f00bb872da44ae48.tar.bz2 | |
Update README.md
| -rw-r--r-- | python/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/README.md b/python/README.md index 8b46275..c077918 100644 --- a/python/README.md +++ b/python/README.md @@ -1,7 +1,7 @@ -## PubNub 3.5.0 Web Data Push Cloud-hosted API - PYTHON -#### www.pubnub.com - PubNub Web Data Push Service in the Cloud. -#### http://github.com/pubnub/python +## Contact support@pubnub.com for all questions +#### [PubNub](http://www.pubnub.com) Real-time Data Network +##### Standalone Python Client #### Init @@ -124,3 +124,4 @@ def callback(message): pubnub.history(channel, count=2, callback=callback, error=callback) ``` +## Contact support@pubnub.com for all questions |
