Skip to content

Commit 5c5a2f8

Browse files
committed
Remove inaccurate 'installation' header
1 parent 090a896 commit 5c5a2f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/introduction/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Redux Toolkit includes these APIs:
7272

7373
RTK Query is built on top of the Redux Toolkit core for it's implementation, using [Redux](https://redux.js.org/) internally for it's architecture. Although knowledge of Redux and RTK are not required to use RTK Query, you should explore all of the additional global store management capabilities they provide, as well as installing the [Redux DevTools browser extension](https://github.com/reduxjs/redux-devtools), which works flawlessly with RTK Query to traverse and replay a timeline of your request & cache behavior.
7474

75-
### Installation
76-
7775
RTK Query is included within the installation of the core Redux Toolkit package. It is available via either of the two entry points below:
7876

7977
```ts no-transpile

0 commit comments

Comments
 (0)