Skip to content

Commit 7736686

Browse files
author
Michaël Villeneuve
committed
Fix cocopoads relative path
1 parent 4cc2f03 commit 7736686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Remember, this library uses your device camera, you can't run it on a simulator.
3131
If you want to use Cocoapods insteads of `react-native link`, add the following to your Podfile
3232

3333
```
34-
pod 'RNPdfScanner', :path => 'node_modules/react-native-document-scanner/ios'
34+
pod 'RNPdfScanner', :path => '../node_modules/react-native-document-scanner/ios'
3535
```
3636

3737

0 commit comments

Comments
 (0)