Merge pull request #962 from lpww/patch-1

[Docs] Add missing full stops in GettingStarted.md
This commit is contained in:
Brent Vatne 2015-04-22 08:32:27 -07:00
Родитель eef40964da 7ee8d8b45c
Коммит 0978923a07
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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