From 51e14cb3fdf857113d47960fb9fc986394ed382b Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Fri, 29 Jul 2016 12:27:53 +0800 Subject: [PATCH] add --save-exact --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 702078e..d2ce1ba 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -24,7 +24,7 @@ $ rnpm link react-native-update 如果你的react-native版本小于或等于0.26,第二句请修改为 ```bash -$ npm install --save react-native-update@1.0.x +$ npm install --save --save-exact react-native-update@1.0.x ``` * 注意 *