Browse Source

chore: updates README.md

e22m4u 2 years ago
parent
commit
3074d631e3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -588,8 +588,8 @@ const result = await rep.patch(
   },
   // условия выборки
   {
-    type: 'city',
-    hidden: true,
+    type: 'city', // только если "type" равен "city"
+    hidden: true, // и "hidden" имеет значение true
   }
 );