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 ``` * 注意 *