From 03343820fc654ca761b73f917df17269f29c24ae Mon Sep 17 00:00:00 2001 From: Geremy Cohen Date: Mon, 16 Jun 2014 16:00:07 -0700 Subject: Update README.md --- README.md | 6 +++--- 1 file 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) -- cgit v1.2.3