Update GettingStarted.md

Add missing full stops.
This commit is contained in:
Thomas Treffry 2015-04-21 19:45:38 -07:00
parent eef40964da
commit 7ee8d8b45c
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ next: tutorial
In the newly created folder `AwesomeProject/` In the newly created folder `AwesomeProject/`
- Open `AwesomeProject.xcodeproj` and hit run in Xcode - Open `AwesomeProject.xcodeproj` and hit run in Xcode.
- Open `index.ios.js` in your text editor of choice and edit some lines - 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! - 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 just successfully run and modified your first React Native app.