diff --git a/README.md b/README.md index 321afd0f..4caa3ad2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Requires react-native >= 0.4.4 2. Open your project in XCode, right click on `Libraries` and click `Add Files to "Your Project Name"` * ![Screenshot](http://url.brentvatne.ca/jQp8.png) ![Screenshot](http://url.brentvatne.ca/1gqUD.png) (use the RCTVideo project rather than the one pictured in screenshot). 3. Add `libRTCVideo.a` to `Build Phases -> Link Binary With Libraries` - [(Screenshot)](http://url.brentvatne.ca/g9Wp). + ![(Screenshot)](http://url.brentvatne.ca/g9Wp.png). 4. Add `.mp4` video file to project and to `Build Phases -> Copy Bundle Resources` 5. Whenever you want to use it within React code now you can: `var Video = require('react-native-video');`