Browse Source

Update README.md

Maurits van der Schee 8 years ago
parent
commit
ede85b6b31
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -153,7 +153,7 @@ GET http://localhost/api.php/categories?filter=name,eq,Internet
153 153
 GET http://localhost/api.php/categories?filter=name,sw,Inter
154 154
 GET http://localhost/api.php/categories?filter=id,le,1
155 155
 GET http://localhost/api.php/categories?filter=id,lt,2
156
-GET http://localhost/api.php/categories?filter=description,is,
156
+GET http://localhost/api.php/categories?filter=description,is,null
157 157
 ```
158 158
 
159 159
 Output:

Loading…
Cancel
Save