diff --git a/README.md b/README.md
index 0ec9ebb..97196b2 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ Hooks for building **lightweight, fast and extendable datagrids** for React
- Nicholas Kaufmann
- - Pekka
+ - Pekka
- Jon Eickmeier
|
@@ -226,6 +226,8 @@ React Table is essentially a compatible collection of **custom React hooks**:
- The primary React Table hook
- [`useTable`](#usetable)
+- Utility Hooks
+ - [`useTableState`](#useTableState)
- Plugin Hooks
- Core Plugin Hooks
- [`useTableState`](#useTableState)
@@ -235,6 +237,8 @@ React Table is essentially a compatible collection of **custom React hooks**:
- [`useExpanded`](#useExpanded)
- [`usePagination`](#usePagination)
- [`useTokenPagination`](#useTokenPagination)
+ - [`useRowSelect`](#useRowSelect)
+ - [`useRowState`](#useRowState)
- Layout Plugin Hooks
- [`useFlexLayout`](#useFlexLayout)
- [`useAbsoluteLayout`](#useAbsoluteLayout) (coming soon!)