CHANGE install docs on homepage to new package name

This commit is contained in:
Norbert de Langen 2017-05-26 15:38:06 +02:00
parent 13735791b2
commit 6054d9f868

View File

@ -11,7 +11,7 @@ const MainLinks = () => (
<h2>Try Now</h2>
<pre>
<code>
npm i -g getstorybook<br />
npm i -g @storybook/cli<br />
cd my-react-app<br />
getstorybook<br />
</code>