Skip to content

Commit

Permalink
Merge pull request #71 from Naoto-Ida/master
Browse files Browse the repository at this point in the history
Wrong relative path for Pod
  • Loading branch information
tlenclos committed Feb 15, 2017
2 parents 27ff247 + 9093ac1 commit b9ad147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you are only looking to play local audio file with app in foreground, please

#### 1. Cocoapods installation

1. add `pod 'RNAudioStreaming', :path => './node_modules/react-native-audio-streaming'` to `Podfile`
1. add `pod 'RNAudioStreaming', :path => '../node_modules/react-native-audio-streaming'` to `Podfile`
2. run `pod install`

#### 2. Mostly automatic installation
Expand Down

0 comments on commit b9ad147

Please sign in to comment.