Skip to content

Commit

Permalink
Make Getting Started labels a bit more clear
Browse files Browse the repository at this point in the history
Summary:
"Target" over "Platform" to represent target for your RN app
"Development OS" over "OS" to represent your RN Development environment

<img width="526" alt="screenshot 2016-05-21 09 48 47" src="https://cloud.githubusercontent.com/assets/3757713/15449679/87e1c9fa-1f39-11e6-99e9-822c2022c4db.png">
Closes facebook#7674

Differential Revision: D3332780

fbshipit-source-id: b0acfc843e00a9bd71b940c5f51507667ba5123e
  • Loading branch information
JoelMarcey authored and Morgan Pretty committed Aug 24, 2016
1 parent a790ce1 commit 8dba8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/QuickStart-GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ block { display: none; }
.display-platform-android.display-os-windows .android.windows {
display: block;
}</style>
<span>Platform:</span>
<span>Target:</span>
<a href="javascript:void(0);" class="button-ios" onclick="display('platform', 'ios')">iOS</a>
<a href="javascript:void(0);" class="button-android" onclick="display('platform', 'android')">Android</a>
<span>OS:</span>
<span>Development OS:</span>
<a href="javascript:void(0);" class="button-mac" onclick="display('os', 'mac')">Mac</a>
<a href="javascript:void(0);" class="button-linux" onclick="display('os', 'linux')">Linux</a>
<a href="javascript:void(0);" class="button-windows" onclick="display('os', 'windows')">Windows</a>
Expand Down

0 comments on commit 8dba8d7

Please sign in to comment.