Skip to content

Commit

Permalink
README fix (#416)
Browse files Browse the repository at this point in the history
Corrected the instructions for running the example
  • Loading branch information
ardalann authored and Matt Apperson committed Jan 31, 2017
1 parent d450afc commit 8b17671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:brentvatne/react-native-video.git
cd react-native-video/Examples/VideoPlayer
git clone [email protected]:react-native-community/react-native-video.git
cd react-native-video/example
npm install
open VideoPlayer.xcodeproj
open ios/VideoPlayer.xcodeproj

```

Expand Down

0 comments on commit 8b17671

Please sign in to comment.