Skip to content

Commit 4428a2e

Browse files
committed
Merge pull request typicode#29 from BrainCrumbz/master
Fixed typo in route example with resource slicing
2 parents 41af51c + 08a36e3 commit 4428a2e

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
@@ -131,7 +131,7 @@ DEL /:resource/:id
131131
To slice resources, add `_start` and `_end`.
132132

133133
```
134-
GET /:resource?_start=&end=
134+
GET /:resource?_start=&_end=
135135
GET /:resource?filter=&filter=&_start=&_end=
136136
GET /:parent/:parentId/:resource?_start=&_end=
137137
```

0 commit comments

Comments
 (0)