diff --git a/README.md b/README.md index c66d15a..4c2638c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ class myObject extends smartdata.DbDoc { // read the next block about DbDoc super(this,optionsArg,myDb1) } } -let myCollection = myDb1.getCollection(myObject) +let myCollection = myDb1.getCollection(myObject) ``` > Alert: You NEVER instantiate a collection.