From b4ac600e3f64ccfa0a10904eb6df14274155f53a Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 30 Jun 2024 03:06:55 +0000 Subject: [PATCH] fix: readme typeo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d98a22..6b67320 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ $ yarn start -
+

@@ -151,8 +151,8 @@ Paste in your browsers console ```js crud.readDocument({ - collection: "test", - document_id: "", + array: "test", + object: "", }); ```