Selaa lähdekoodia

Update README.md

Tal Kol 8 vuotta sitten
vanhempi
commit
99b5e992d5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      example-redux/README.md

+ 1
- 1
example-redux/README.md Näytä tiedosto

@@ -8,7 +8,7 @@ A simple usage example for an app based on redux. If you're not using redux, tak
8 8
 
9 9
 > Make sure you're using npm ver 3. If you normally use npm ver 2 on your system and reluctant to upgrade, you can install [npm 3 alongside 2](https://www.npmjs.com/package/npm3). For more details see https://github.com/wix/react-native-navigation/issues/1. In addition, redux also causes some issues with npm 2. If you have to use npm 2 on this project, fix those by running `npm run fix_npm2` in your project directory after running `npm install`.
10 10
 
11
-* Open `example/ios/example.xcodeproj` in Xcode and press the play button
11
+* Open `example-redux/ios/exampleRedux.xcodeproj` in Xcode and press the play button
12 12
 
13 13
 ## Folder Structure
14 14