Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
more readme touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Dec 20, 2015
1 parent fb58fe4 commit c8940fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ Node.JS >= 4.1.1 and npm >= 3 are strongly recommended. If you are using npm 2,
npm install --save universal-redux
```

#### Add a configuration file in your project at `config/universal-redux.config.js` that defines what properties you want to customize. You can start by copying the [annotated example](https://github.com/bdefore/universal-redux/blob/master/config/universal-redux.config.js).
#### Configure

#### Specify your build steps
Add a configuration file in your project at `config/universal-redux.config.js` that defines what properties you want to customize. You can start by copying the [annotated example](https://github.com/bdefore/universal-redux/blob/master/config/universal-redux.config.js).

#### Specify your build steps

The following npm bin aliases have been defined:

Expand Down

0 comments on commit c8940fb

Please sign in to comment.