From e5220b1322f9185eda2ad83dc7eac440df3c2cde Mon Sep 17 00:00:00 2001 From: jhegg Date: Tue, 21 Feb 2017 09:57:49 -0800 Subject: [PATCH] fix(pkg): storybook instructions in docs Previously had to run `gulp build` from `semantic` dir, now `yarn run build` from project dir executes `gulp build` for us. The readme incorrectly merged the two instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b794eb..2314510 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ this package simply applies a custom theme over semantic-ui, re-exports react-se - clone this repository - run `yarn` from the project directory -- run `yarn run build` from the /semantic directory -- `yarn start` +- run `yarn run build` +- run `yarn start` open the url shown to see the latest storybook!