Skip to content

Commit 400e901

Browse files
authored
Update readme.md
1 parent 177e519 commit 400e901

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
@@ -468,7 +468,7 @@ ES::whereBetween("id", 100, 150)->get();
468468
```php
469469
ES::whereNot("views", 150)->get();
470470
#or
471-
ES::where("views", "=", 150)->get();
471+
ES::whereNot("views", "=", 150)->get();
472472
```
473473
##### Where not greater than
474474
```php

0 commit comments

Comments
 (0)