Skip to content

Commit a436050

Browse files
committed
docs: Fix README.md for rest package
1 parent 6b22cf3 commit a436050

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lazy-months-compare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@data-client/rest': patch
3+
---
4+
5+
Fix README markup

packages/rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const groupTodoByUser = new schema.Query(
133133
todos => Object.groupBy(todos, todo => todo.userId),
134134
);
135135
const todosByUser = useQuery(groupTodoByUser);
136-
```\
136+
```
137137

138138
### TypeScript requirements
139139

0 commit comments

Comments
 (0)