Skip to content

Commit

Permalink
Rename 'Introduction' to 'Getting Started'
Browse files Browse the repository at this point in the history
  • Loading branch information
blairbodnar committed Feb 25, 2018
1 parent 86d7332 commit faba548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@

Rematch is Redux best practices without the boilerplate. No more action types, action creators, switch statements or thunks. [See a comparison](./docs/purpose.md).

## Installation
## Getting Started

```sh
npm install @rematch/core
```

## Getting Started

### Step 1: Init

**init** configures your reducers, devtools & store.
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

* [Introduction](README.md)
* [Getting Started](README.md)
* [Purpose](./docs/purpose.md)
* API Reference
* [@rematch/core API](./docs/api.md)
Expand Down

0 comments on commit faba548

Please sign in to comment.