Update README.md

This commit is contained in:
Alexey 2015-12-13 23:59:07 +01:00
parent 138df184bc
commit 4c764ac6a3

View File

@ -19,7 +19,7 @@ Check the [roadmap here](https://github.com/Kureev/react-native-blur/issues/1)
npm install react-native-blur 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). Don't forget to add it to `Build Phases` of your project! 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).
3. Inside your code include JS part by adding 3. Inside your code include JS part by adding
```javascript ```javascript