From f13c12cd4729a83392b0c0361825a283b7b8bc46 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 13 Sep 2016 10:35:51 +0200 Subject: [PATCH] improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4e9fb..c66d15a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ class myObject extends smartdata.DbDoc { // read the next block about DbDoc property2:number } }) { - super(this,optionsArg) + super(this,optionsArg,myDb1) } } let myCollection = myDb1.getCollection(myObject)