Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ui-storybook/sb
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman14 committed Oct 16, 2016
2 parents 6779570 + 1e8df26 commit dd363b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,7 +49,7 @@ const mainModule = angular.module('sb', [

```

2. Write your stories
Write your stories
SB provide simple api for you:

```js
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit dd363b6

Please sign in to comment.