improve README

This commit is contained in:
Philipp Kunz 2016-09-14 01:03:25 +02:00
parent 67db1325c1
commit 3a24f829b4

View File

@ -42,7 +42,7 @@ So to get to get access to a specific collection you document
// continues from the block before...
@Collection(myDb1)
class myObject extends smartdata.DbDoc { // read the next block about DbDoc
class myObject extends smartdata.DbDoc<myObject> { // read the next block about DbDoc
property1:string
property2:number
constructor(optionsArg:{