From 8ed6cdb9ae8b7962c0c11ac7edf7abba7127a8e9 Mon Sep 17 00:00:00 2001 From: clem9669 <18504086+clem9669@users.noreply.github.com> Date: Mon, 18 Mar 2019 23:06:22 +0000 Subject: [PATCH] MarkDown typo --- NoSQL Injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NoSQL Injection/README.md b/NoSQL Injection/README.md index e87a921e..21f8a0f9 100644 --- a/NoSQL Injection/README.md +++ b/NoSQL Injection/README.md @@ -43,7 +43,7 @@ in JSON Extract data with "in" -````json +```json {"username":{"$in":["Admin", "4dm1n", "admin", "root", "administrator"]},"password":{"$gt":""}} ```