Skip to content

Commit eb07797

Browse files
committed
fix typo in readme's ios setup instructions
1 parent 29a9440 commit eb07797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Since `react-native-oauth` depends upon the `RCTLinkingManager` (from react-nati
5959
In your app, add the following line to your `HEADER SEARCH PATHS`:
6060

6161
```
62-
$(SRCROOT)/../node_modules/react-native/Libraries/LinkingiOS
62+
$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS
6363
```
6464

6565
![](./resources/header-search-paths.png)

0 commit comments

Comments
 (0)