From 4e4f5e2628c63c68556c12b8f7d4e91008407de4 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Wed, 20 Apr 2016 23:56:55 +0800 Subject: [PATCH] docs(README): note how to install 2.0 version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f57dd394..f777ad52 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ Medis starts with all the basic features you need: $ npm install ioredis ``` +Run `npm install --next ioredis` if you want to use 2.0 unstable version. + ## Basic Usage ```javascript