From 0093d96662579d244699ccc640a5c543bf622535 Mon Sep 17 00:00:00 2001 From: jorgemarrero Date: Fri, 27 Sep 2019 11:40:04 +0100 Subject: [PATCH] docs: update readme --- README.md | 6 +++--- ios/RNPdfScanner.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22840cd..71bb4b0 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Features : Use version >=1.4.1 if you are using react-native 0.48+ -`$ npm install react-native-document-scanner --save` +`$ npm install @woonivers/react-native-document-scanner --save` -`$ react-native link react-native-document-scanner` +`$ react-native link @woonivers/react-native-document-scanner` Edit the `info.plist` file in XCode and add the following permission : `NSCameraUsageDescription` @@ -37,7 +37,7 @@ Remember, this library uses your device camera, you can't run it on a simulator. If you want to use Cocoapods insteads of `react-native link`, add the following to your Podfile ``` - pod 'RNPdfScanner', :path => '../node_modules/react-native-document-scanner/ios' + pod 'RNPdfScanner', :path => '../node_modules/@woonivers/react-native-document-scanner/ios' ``` ### Android Only diff --git a/ios/RNPdfScanner.podspec b/ios/RNPdfScanner.podspec index b9be324..65a2b31 100644 --- a/ios/RNPdfScanner.podspec +++ b/ios/RNPdfScanner.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.description = package['description'] s.license = package['license'] s.author = package['author'] - s.homepage = 'https://github.com/Michaelvilleneuve/react-native-document-scanner' - s.source = { :git => 'https://github.com/Michaelvilleneuve/react-native-document-scanner.git', :tag => s.version } + s.homepage = 'https://github.com/Woonivers/react-native-document-scanner' + s.source = { :git => 'https://github.com/Woonivers/react-native-document-scanner.git', :tag => s.version } s.requires_arc = true s.platform = :ios, '8.0'