From eb54fbcd0d572522fc1a4edbdcb149337673f9ac Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 13 Sep 2016 10:38:00 +0200 Subject: [PATCH] improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.