Skip to content

Commit 0ce3b9c

Browse files
author
Daniel Martinez
committed
shuffle main readme
1 parent 56a123d commit 0ce3b9c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ Performant and flexible.
88
[![npm downloads](https://img.shields.io/npm/dm/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux)
99
[![redux channel on slack](https://img.shields.io/badge/[email protected]?style=flat-square)](http://www.reactiflux.com)
1010

11-
## Table of Contents
12-
13-
- [Installation](#installation)
14-
- [React Native](#react-native)
15-
- [Quick Start](docs/quick-start.md#quick-start)
16-
- [API](docs/api.md#api)
17-
- [`<Provider store>`](docs/api.md#provider-store)
18-
- [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)
19-
- [Troubleshooting](docs/troubleshooting.md#troubleshooting)
20-
- [License](#license)
2111

2212
## Installation
2313

@@ -32,6 +22,14 @@ React Redux requires **React 0.13 or later.**
3222
What you get from `react-redux` is for React.
3323
For React Native, import from `react-redux/native` instead.
3424

25+
## Documentation
26+
27+
- [Quick Start](docs/quick-start.md#quick-start)
28+
- [API](docs/api.md#api)
29+
- [`<Provider store>`](docs/api.md#provider-store)
30+
- [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](dos/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)
31+
- [Troubleshooting](docs/troubleshooting.md#troubleshooting)
32+
3533
## License
3634

3735
MIT

0 commit comments

Comments
 (0)