We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369b9ad commit f4cc4e0Copy full SHA for f4cc4e0
README.md
@@ -59,7 +59,7 @@ const db = new Client(dbUrl);
59
await db.push("userInfo.items", "Sword");
60
// => { difficulty: "Easy", items: ["Sword"] }
61
62
- // Adding to a number (that doesn"t exist yet) in an object:
+ // Adding to a number (that doesn't exist yet) in an object:
63
await db.add("userInfo.balance", 500);
64
// => { difficulty: "Easy", items: ["Sword"], balance: 500 }
65
0 commit comments