Skip to content

Commit 2e75f87

Browse files
authored
Update README.md Moved Contribution Section to the bottom
1 parent 1f94c9c commit 2e75f87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/toolkit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ The Redux Toolkit docs are available at **https://redux-toolkit.js.org**, includ
4848

4949
The Redux core docs at https://redux.js.org includes the full Redux tutorials, as well usage guides on general Redux patterns.
5050

51-
## Contributing
52-
53-
Please refer to our [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Redux Toolkit.
54-
5551
## Purpose
5652

5753
The **Redux Toolkit** package is intended to be the standard way to write Redux logic. It was originally created to help address three common concerns about Redux:
@@ -108,3 +104,7 @@ RTK Query includes these APIs:
108104
- `setupListeners()`: A utility used to enable refetchOnMount and refetchOnReconnect behaviors.
109105

110106
See the [**RTK Query Overview**](https://redux-toolkit.js.org/rtk-query/overview) page for more details on what RTK Query is, what problems it solves, and how to use it.
107+
108+
## Contributing
109+
110+
Please refer to our [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Redux Toolkit.

0 commit comments

Comments
 (0)