diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 166700f46..f6599edb8 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -27,10 +27,10 @@ We recommend periodically running `brew update && brew upgrade` to keep your pro In the newly created folder `AwesomeProject/` -- Open `AwesomeProject.xcodeproj` and hit run in Xcode. +- Open `iOS/AwesomeProject.xcodeproj` and hit run in Xcode. - Open `index.ios.js` in your text editor of choice and edit some lines. - Hit cmd+R in your iOS simulator to reload the app and see your change! -Congratulations! You've just successfully run and modified your first React Native app. +Congratulations! You've successfully run and modified your first React Native app. _If you run into any issues getting started, see the [troubleshooting page](/react-native/docs/troubleshooting.html#content)._