Merge pull request #1189 from storybooks/shilman-patch-1

Fixed typo in react-native browser instructions
This commit is contained in:
Michael Shilman 2017-06-05 23:32:22 +12:00 committed by GitHub
commit 1a247cdc9b

View File

@ -35,7 +35,7 @@ class PreviewHelp extends Component {
For <span style={styles.code}>react-native init</span> apps:
</p>
<div style={styles.codeBlock}>
<pre style={styles.instructionsCode}>npm run &lt;platform&gt;</pre>
<pre style={styles.instructionsCode}>react-native run-&lt;platform&gt;</pre>
</div>
</div>
);