Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
kouhin committed Feb 17, 2016
1 parent 66364fe commit c9ac6c3
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 @@ -24,7 +24,7 @@ npm install redux-dataloader --save

## Usage

### 3. Define actions and update the request action with load()
### 1. Define actions and update the request action with load()

#### `userActions.js`
```javascript
Expand Down Expand Up @@ -54,7 +54,7 @@ export function fetchUserFailure (userId, error) {

```

### 1. Create a data loader
### 2. Create a data loader

#### `dataloaders.js`

Expand Down Expand Up @@ -121,7 +121,7 @@ const userLoader = createLoader (userActions.FETCH_USER_REQUEST, {
export default [userLoader];
```

### 2. Register middleware
### 3. Register middleware

#### `configureStore.js`

Expand Down

0 comments on commit c9ac6c3

Please sign in to comment.