From 7a2356d5f725a1c2c0e635a3cf1ad320cb405818 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 9 Nov 2022 16:44:29 +0100 Subject: [PATCH] =?UTF-8?q?siamo=20=E2=86=92=20si=20=C3=A8?= 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 0009495..bcae6ea 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ db.reviews.aggregate([ {$match: { product: {$exists: true}, }}, - // Effettua una proiezione per mantenere solo i campi a cui siamo interessati + // Effettua una proiezione per mantenere solo i campi a cui si รจ interessati {$project: { _id: 1, avgRating: 1,