Skip to content

Commit a028796

Browse files
authored
Merge pull request #88 from sjwall/docs-correct-podspec-path
docs: correct ios manual link path
1 parent 9c4e9bc commit a028796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/OBJECTIVE_C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run the following command in your terminal:
2020
Add the following line to your `Podfile`:
2121

2222
```ruby
23-
pod 'ReactNativeBrownfield', :path => '../node_modules/@callstack/react-native-brownfield/ios'
23+
pod 'ReactNativeBrownfield', :path => '../node_modules/@callstack/react-native-brownfield'
2424
```
2525
</details>
2626

docs/SWIFT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run the following command in your terminal:
3434
Add the following line to your `Podfile`:
3535

3636
```ruby
37-
pod 'ReactNativeBrownfield', :path => '../node_modules/@callstack/react-native-brownfield/ios'
37+
pod 'ReactNativeBrownfield', :path => '../node_modules/@callstack/react-native-brownfield'
3838
```
3939
</details>
4040

0 commit comments

Comments
 (0)