From a96463042e193bd2e1a4da4199716fdee2c9c316 Mon Sep 17 00:00:00 2001 From: Filipp Riabchun Date: Tue, 29 Aug 2017 00:55:26 +0300 Subject: [PATCH] Fix incorrect command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8cb6cf223e3..917758ac319d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,7 +154,7 @@ In order to test features you add, you may need to link the local copy of this r For that we need a sample project. Let's create it. ```sh -yarn global install --global create-react-app getstorybook +yarn global add create-react-app getstorybook create-react-app my-demo-app cd my-demo-app getstorybook