Skip to content

Commit 07c7d9f

Browse files
authored
Fix broken links in README.md
Links are case-sensitive and need to be lowercase.
1 parent 1ab1e08 commit 07c7d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ A collection of modern, server-safe React hooks – from the ui.dev team
1313
### Hooks
1414

1515
- [useBattery](https://usehooks.com/usebattery)
16-
- [useClickAway](https://usehooks.com/useclickAway)
16+
- [useClickAway](https://usehooks.com/useclickaway)
1717
- [useCopyToClipboard](https://usehooks.com/usecopytoclipboard)
1818
- [useCounter](https://usehooks.com/usecounter)
1919
- [useDebounce](https://usehooks.com/usedebounce)
2020
- [useDefault](https://usehooks.com/usedefault)
21-
- [useDocumentTitle](https://usehooks.com/usedocumentTitle)
21+
- [useDocumentTitle](https://usehooks.com/usedocumenttitle)
2222
- [useFavicon](https://usehooks.com/usefavicon)
2323
- [useGeolocation](https://usehooks.com/usegeolocation)
2424
- [useHistoryState](https://usehooks.com/usehistoryState)

0 commit comments

Comments
 (0)