From 8b17671d74b6cc3fb1c89ee1d9cb1879be577754 Mon Sep 17 00:00:00 2001 From: Ardalan Naghshineh Date: Tue, 31 Jan 2017 05:50:58 -0700 Subject: [PATCH] README fix (#416) Corrected the instructions for running the example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 943cc8d8..5e242d81 100644 --- a/README.md +++ b/README.md @@ -236,10 +236,10 @@ Toggles a fullscreen player. Access using a ref to the component. - Try the included [VideoPlayer example][2] yourself: ```sh - git clone git@github.com:brentvatne/react-native-video.git - cd react-native-video/Examples/VideoPlayer + git clone git@github.com:react-native-community/react-native-video.git + cd react-native-video/example npm install - open VideoPlayer.xcodeproj + open ios/VideoPlayer.xcodeproj ```