Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemasta committed Sep 27, 2019
1 parent ca8e193 commit 0093d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ios/RNPdfScanner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0093d96

Please sign in to comment.