Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorbryk committed Jun 15, 2022
1 parent d73c9c5 commit 868c582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# REACT QEUERY STATE SYNC
# REACT QUERY STATE SYNC

This package provide hook for manage your variables needed store in state and synced with query params.

Expand Down Expand Up @@ -87,4 +87,4 @@ Object you pass to `useQueryStateSync` as param, is object where you define init

So, `queryParams` is object returned same object as you pass to `useQueryStateSync`, but with actual values.

`querySetters` is object with setters. All setters creates by add `set_` to parametr name. If you define page then you get `set_page` function for update `page` value.
`querySetters` is object with setters. All setters creates by add `set_` to parametr name. If you define page then you get `set_page` function for update `page` value.

0 comments on commit 868c582

Please sign in to comment.