Skip to content

Commit

Permalink
docs: fix README.md Standardized keys link (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
clockk authored Sep 2, 2024
1 parent bd24672 commit c0e80e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function useUpdateTodo() {
## 📝 Features

### Standardized keys
All keys generated follow the @tanstack/query convention of being an [array at top level](https://tanstack.com/query/v4/docs/guides/query-keys), including [keys with serializable objects](https://tanstack.com/query/v4/docs/guides/query-keys#array-keys-with-variables):
All keys generated follow the @tanstack/query convention of being an [array at top level](https://tanstack.com/query/v4/docs/framework/react/guides/query-keys), including [keys with serializable objects](https://tanstack.com/query/v4/docs/framework/react/guides/query-keys#array-keys-with-variables):

```ts
export const todos = createQueryKeys('todos', {
Expand Down

0 comments on commit c0e80e8

Please sign in to comment.