improve README

This commit is contained in:
Philipp Kunz 2016-09-13 10:35:51 +02:00
parent 08d53f22f5
commit f13c12cd47

View File

@ -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)