From 1e8df26d3e73ff722b8d257f874d96475bb90e43 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Sun, 16 Oct 2016 23:04:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6470c8e..1aa88b5 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ npm run sb-publish ``` #### Powered your project -1. First you need to import you main project module to `sb/index.js` +First you need to import you main project module to `sb/index.js` For `Angular` based app: ```js @@ -49,7 +49,7 @@ const mainModule = angular.module('sb', [ ``` -2. Write your stories +Write your stories SB provide simple api for you: ```js @@ -77,7 +77,7 @@ SB provide simple api for you: ``` -3. Run SB in browser or load it to GitHub Pages +Run SB in browser or load it to GitHub Pages `npm run sb` — will load SB server with livereload which allow you to easily develop UI components. `npm run sb-publish` — will bild and load SB to GitHub Pages.