Skip to content

Commit f3f864b

Browse files
authored
docs: fix dead link
1 parent 8e62b0d commit f3f864b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Check out some featured hooks:
1717

1818
- [🦾 `useMotor`](src/use-motor/) - Creates a motor and returns a binding, a function to set the goal, and a motor API
1919
- [⏱️ `useAsync`](src/use-async/) - A hook that runs an async function and returns the result and status
20-
- [⚙️ `useProperty`](src/use-property/) - Tracks the state of one or more instance properties without refs
20+
- [⚙️ `useTagged`](src/use-tagged/) - Tracks and returns a list of all instances with the given tag
2121

2222
This package also exports some useful utilities:
2323

0 commit comments

Comments
 (0)