Skip to content

Commit

Permalink
Fix TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Aug 15, 2023
1 parent 6721b71 commit 7ee3718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ console.log(selectTotal(exampleState)) // { total: 2.322 }
- [Redux Toolkit](#redux-toolkit)
- [Standalone](#standalone)
- [Basic Usage](#basic-usage)
- [Table of Contents](#table-of-contents)
- [API](#api)
- [createSelector(...inputSelectors | \[inputSelectors\], resultFunc, selectorOptions?)](#createselectorinputselectors--inputselectors-resultfunc-selectoroptions)
- [createSelector(...inputSelectors | [inputSelectors], resultFunc, selectorOptions?)](#createselectorinputselectors--inputselectors-resultfunc-selectoroptions)
- [defaultMemoize(func, equalityCheckOrOptions = defaultEqualityCheck)](#defaultmemoizefunc-equalitycheckoroptions--defaultequalitycheck)
- [createSelectorCreator(memoize, ...memoizeOptions)](#createselectorcreatormemoize-memoizeoptions)
- [Customize `equalityCheck` for `defaultMemoize`](#customize-equalitycheck-for-defaultmemoize)
Expand Down

0 comments on commit 7ee3718

Please sign in to comment.