diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 5549e1fa998857..2be335143f91ab 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -583,12 +583,12 @@ Now that you have successfully run the app, let's modify it. -- Open `index.js` in your text editor of choice and edit some lines. +- Open `App.js` in your text editor of choice and edit some lines. - Hit `⌘R` in your iOS Simulator to reload the app and see your changes! -- Open `index.js` in your text editor of choice and edit some lines. +- Open `App.js` in your text editor of choice and edit some lines. - Press the `R` key twice or select `Reload` from the Developer Menu (`⌘M`) to see your changes! @@ -597,7 +597,7 @@ Now that you have successfully run the app, let's modify it. Now that you have successfully run the app, let's modify it. -- Open `index.js` in your text editor of choice and edit some lines. +- Open `App.js` in your text editor of choice and edit some lines. - Press the `R` key twice or select `Reload` from the Developer Menu (`Ctrl + M`) to see your changes!