Skip to content

Commit

Permalink
docs: Fix README.md for rest package
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Aug 16, 2024
1 parent 6b22cf3 commit a436050
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lazy-months-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@data-client/rest': patch
---

Fix README markup
2 changes: 1 addition & 1 deletion packages/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const groupTodoByUser = new schema.Query(
todos => Object.groupBy(todos, todo => todo.userId),
);
const todosByUser = useQuery(groupTodoByUser);
```\
```

### TypeScript requirements

Expand Down

0 comments on commit a436050

Please sign in to comment.