Skip to content

Commit

Permalink
Add table of contents to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Nov 5, 2018
1 parent a0e476d commit 8062747
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
[![NPM](https://img.shields.io/npm/v/redux-react-hook.svg)](https://www.npmjs.com/package/redux-react-hook)
[![Bundle Size](https://badgen.net/bundlephobia/minzip/redux-react-hook@latest)](https://bundlephobia.com/result?p=redux-react-hook@latest)

## Table of Contents

- [redux-react-hook](#redux-react-hook)
- [Install](#install)
- [Usage](#usage)
- [Store in Context](#store-in-context)
- [`useMappedState(mapState)`](#-usemappedstate-mapstate--)
- [`useDispatch()`](#-usedispatch---)
- [Example](#example)
- [FAQ](#faq)
- [More info](#more-info)
- [Thanks](#thanks)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)

## Install

```bash
Expand Down

0 comments on commit 8062747

Please sign in to comment.