From 8dba8d716bafb1b3038b9c7f7f127abe76e666d7 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Sat, 21 May 2016 11:42:53 -0700 Subject: [PATCH] Make Getting Started labels a bit more clear Summary: "Target" over "Platform" to represent target for your RN app "Development OS" over "OS" to represent your RN Development environment screenshot 2016-05-21 09 48 47 Closes https://github.com/facebook/react-native/pull/7674 Differential Revision: D3332780 fbshipit-source-id: b0acfc843e00a9bd71b940c5f51507667ba5123e --- docs/QuickStart-GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/QuickStart-GettingStarted.md b/docs/QuickStart-GettingStarted.md index 2f4b9053ef176b..c78d7501ceef24 100644 --- a/docs/QuickStart-GettingStarted.md +++ b/docs/QuickStart-GettingStarted.md @@ -35,10 +35,10 @@ block { display: none; } .display-platform-android.display-os-windows .android.windows { display: block; } -Platform: +Target: iOS Android -OS: +Development OS: Mac Linux Windows