diff options
| author | Geremy Cohen | 2014-06-16 16:06:44 -0700 |
|---|---|---|
| committer | Geremy Cohen | 2014-06-16 16:06:44 -0700 |
| commit | fb51ee8353088d58986a490118a8eef5a00f3f6b (patch) | |
| tree | e077947b8d6b0922f46b77580007effd36b455d2 | |
| parent | 2ad738eb629128fb822794c385feb47bcf356c44 (diff) | |
| download | pubnub-python-fb51ee8353088d58986a490118a8eef5a00f3f6b.tar.bz2 | |
Update migration.md
| -rw-r--r-- | python/migration.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/migration.md b/python/migration.md index 4567a7f..61cf203 100644 --- a/python/migration.md +++ b/python/migration.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 Migration #### Init @@ -201,3 +201,5 @@ def callback(message): pubnub.history(channel, count=2, callback=callback, error=callback) ``` + +## Contact support@pubnub.com for all questions |
