From 4c764ac6a3c3a008ee7739980e4e5e6585af8413 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 13 Dec 2015 23:59:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2e0fe..5eb9c81 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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). 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 ```javascript