Skip to content

Commit a3de190

Browse files
committed
chore: update readme
* fixes the paths to demo projects in the README
1 parent 098c46a commit a3de190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
After cloning the repository, run the following:
88

99
```sh
10-
cd react-native-app-auth/Example
10+
cd react-native-app-auth/examples/demo
1111
yarn
1212
(cd ios && pod install)
1313
npx react-native run-ios
@@ -18,7 +18,7 @@ npx react-native run-ios
1818
After cloning the repository, run the following:
1919

2020
```sh
21-
cd react-native-app-auth/Example
21+
cd react-native-app-auth/examples/demo
2222
yarn
2323
npx react-native run-android
2424
```

0 commit comments

Comments
 (0)