diff --git a/.size-snapshot.json b/.size-snapshot.json index 3b4b172..53440b4 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -2,12 +2,12 @@ "dist/index.js": { "bundled": 102847, "minified": 50399, - "gzipped": 12909 + "gzipped": 12905 }, "dist/index.es.js": { "bundled": 101791, "minified": 49456, - "gzipped": 12726, + "gzipped": 12722, "treeshaked": { "rollup": { "code": 78, diff --git a/docs/api/README.md b/docs/api/README.md index f076137..f5aee21 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -5,7 +5,7 @@ React Table uses React Hooks both internally and externally for almost all of it React Table is essentially a compatible collection of **custom React hooks**: - The primary React Table hook - - [`useTable`](./usetable.md) + - [`useTable`](./useTable.md) - Plugin Hooks - Core Plugin Hooks - [`useGroupBy`](./useGroupBy.md)