diff --git a/README.md b/README.md index 9f7f29c..f071338 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ platform :ios, '8.0' target 'MyApp' do # use_frameworks! ... - pod 'RNInstagramStoryShare', :path => '../node_modules/react-native-instagram-story-share/ios' + pod 'RNInstagramShare', :path => '../node_modules/react-native-instagram-share/ios' ... end ```