From 486ca29cbc081c8f948d43c1e8e6ba5fa9bd5d97 Mon Sep 17 00:00:00 2001 From: Selenita Date: Thu, 20 Jul 2023 16:22:19 -0600 Subject: [PATCH] Update README.md only lost the s, bs is the variable declared --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9411d9..fd7fdf2e 100644 --- a/README.md +++ b/README.md @@ -596,7 +596,7 @@ modelA /* instance */ ]) .then(/* ... */); -modelA.$add('b' /* instance */).then(/* ... */); +modelA.$add('bs' /* instance */).then(/* ... */); modelA.$get('bs').then(/* ... */); modelA.$count('bs').then(/* ... */); modelA.$has('bs').then(/* ... */);