Skip to content

Commit 0093d96

Browse files
committed
docs: update readme
1 parent ca8e193 commit 0093d96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Features :
2424

2525
Use version >=1.4.1 if you are using react-native 0.48+
2626

27-
`$ npm install react-native-document-scanner --save`
27+
`$ npm install @woonivers/react-native-document-scanner --save`
2828

29-
`$ react-native link react-native-document-scanner`
29+
`$ react-native link @woonivers/react-native-document-scanner`
3030

3131
Edit the `info.plist` file in XCode and add the following permission : `NSCameraUsageDescription`
3232

@@ -37,7 +37,7 @@ Remember, this library uses your device camera, you can't run it on a simulator.
3737
If you want to use Cocoapods insteads of `react-native link`, add the following to your Podfile
3838

3939
```
40-
pod 'RNPdfScanner', :path => '../node_modules/react-native-document-scanner/ios'
40+
pod 'RNPdfScanner', :path => '../node_modules/@woonivers/react-native-document-scanner/ios'
4141
```
4242

4343
### Android Only

ios/RNPdfScanner.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
99
s.description = package['description']
1010
s.license = package['license']
1111
s.author = package['author']
12-
s.homepage = 'https://github.com/Michaelvilleneuve/react-native-document-scanner'
13-
s.source = { :git => 'https://github.com/Michaelvilleneuve/react-native-document-scanner.git', :tag => s.version }
12+
s.homepage = 'https://github.com/Woonivers/react-native-document-scanner'
13+
s.source = { :git => 'https://github.com/Woonivers/react-native-document-scanner.git', :tag => s.version }
1414

1515
s.requires_arc = true
1616
s.platform = :ios, '8.0'

0 commit comments

Comments
 (0)