From 7ee8d8b45c7a8c497b7252aedbd5de232a17c70d Mon Sep 17 00:00:00 2001 From: Thomas Treffry Date: Tue, 21 Apr 2015 19:45:38 -0700 Subject: [PATCH] Update GettingStarted.md Add missing full stops. --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 08ce21b27ebd7b..e111327ce54e2f 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -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.