From ee1350417021ae2a2e978099ae7e20439c38b4b4 Mon Sep 17 00:00:00 2001 From: berkcaputcu Date: Thu, 24 Sep 2015 10:01:29 -0400 Subject: [PATCH] update readme with regards to new iOS folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8beaa7..562b9c5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install react-native-event-source --save ``` In XCode add the library from -`node_modules/react-native-event-source/RNEventSource.xcodeproj` to your project +`node_modules/react-native-event-source/iOS/RNEventSource.xcodeproj` to your project then add `libRNEventSource` to your project's __Build Phase__ > __Link Binary With Libraries__ list.