Skip to content

Commit fee70e5

Browse files
authored
Merge pull request #26 from ans-group/phily245-patch-1
Correct documentation
2 parents c646f0f + dee97c2 commit fee70e5

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
@@ -56,7 +56,7 @@ class PetController extends Controller
5656
Filters are done in the query parameters with the format `property:operator=term`, for example
5757

5858
* `name:eq=Bob` - WHERE name = 'Bob'
59-
* `age:lt=20` - WHERE age < 10
59+
* `age:lt=20` - WHERE age < 20
6060
* `employed:eq=true` - WHERE employed = 1
6161

6262
By default, if no operator is specified, it will default to `eq` so `name=Bob` will expand to `name:eq=Bob`

0 commit comments

Comments
 (0)