diff --git a/README.md b/README.md index 9a86d1a..26c2a2b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,3 @@ [![Version](https://img.shields.io/npm/v/@habx/react-query-state)](https://www.npmjs.com/package/@habx/react-query-state) [![Size](https://img.shields.io/bundlephobia/min/@habx/react-query-state)](https://bundlephobia.com/result?p=@habx/react-query-state) [![License](https://img.shields.io/github/license/habx/react-query-state)](/LICENSE) - -### Example -```typescript - const [filters, _, { isInitialized }] = useQueryState('lotsFilters', { // eslint-disable-line - customClean: customLotsFilters, - } - ) -```