From e13e39d232f3589358a94ce6b47afb072e3907e1 Mon Sep 17 00:00:00 2001
From: "christop.frachebo" <christophe.fracheboud@etu.hesge.ch>
Date: Fri, 7 Jun 2019 13:29:46 +0200
Subject: [PATCH] =?UTF-8?q?Correction=20de=20comp=C3=A9hension?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eec0944..9729d30 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ db.orders.find({"shipping.bags" : {"$gt" : 4}}).count()
 ### requête 4
 
 ```js
-db.orders.distinct("customer.pseudo", {"shipping.bags": {"$gt": 4}})
+db.orders.distinct("customer.pseudo", {"shipping.bags": {"$gte": 4}})
 ```
 
 ### requête 5
-- 
GitLab