Merge pull request #50 from clem9669/patch-1

MarkDown typo
This commit is contained in:
Swissky 2019-03-19 08:37:13 +01:00 committed by GitHub
commit 2d4b98b9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ in JSON
Extract data with "in"
````json
```json
{"username":{"$in":["Admin", "4dm1n", "admin", "root", "administrator"]},"password":{"$gt":""}}
```