diff --git a/README.md b/README.md index f7b7e04..0c121df 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ Check the [roadmap here](https://github.com/Kureev/react-native-blur/issues/1) npm install react-native-blur ``` -2. Link your library by one of those ways: either by using `rnpm link` (see more about rnpm [here](https://github.com/rnpm/rnpm)) or like it's [described here](http://facebook.github.io/react-native/docs/linking-libraries-ios.html). +2. Link your native dependencies: + ``` + react-native link react-native-blur + ``` 3. Inside your code include JS part by adding ```javascript