Skip to content

Commit ca3f277

Browse files
committed
Improve readmes
1 parent eff37d2 commit ca3f277

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Collection of Hooks
1+
# Custom hooks collection
22

3-
Utility hooks I've written and could be helpful to you too.
3+
Utility hooks I've written that could be helpful to you too.
44

55
## Hooks
66

77
1. [**useRoute**](./lib/useRoute) - React to changes in the browser URL.
88
1. [**useDebounce**](./lib/useDebounce) - React with delay to changes of an input text.
99
1. [**useFilterCollection**](./lib/useFilterCollection) - Search or reduce a list of anything by matching a term.
10-
1. [**useSearchParams**](./lib/useSearchParams) - Syncronhize a form with the search params of the browser's URL. This one is killer, check it out.
10+
1. [**useSearchParams**](./lib/useSearchParams) - Syncronhize a form with the search params of the browser's URL. **This one is killer** - check it out.

lib/useSearchParams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# useFilterCollection hook
1+
# useSearchParams hook
22

33
## Use case
44

0 commit comments

Comments
 (0)