aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeremy Cohen2014-06-16 16:00:07 -0700
committerGeremy Cohen2014-06-16 16:00:07 -0700
commit03343820fc654ca761b73f917df17269f29c24ae (patch)
tree6ff8cdfa4271f0af1cc20600f859aa893e4843c8
parentf14b2fc84d1313d95c9a35be0c327d851ac99dc6 (diff)
downloadpubnub-python-03343820fc654ca761b73f917df17269f29c24ae.tar.bz2
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0e85549..b23199c 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,14 @@
pip install pubnub==3.5.0
```
+## Migration and Reversion
If you prefer to use the previous version of PubNub, run this pip commandline to revert
+
```
pip install pubnub==3.3.5
```
-
-Examples and instructions for migrating from older versions of sdk are available in
-README.md, migration.md and examples directories under specific platforms.
+Examples and instructions for migrating from older versions of the SDK are available in their acompanying README.md, migration.md and examples directories under specific platforms.
[Standalone Python - Everyday python for your scripts and apps](python)
Migration docs for Python Standalone are [found here.](python/migration.md)