improve README
This commit is contained in:
parent
67db1325c1
commit
3a24f829b4
@ -42,7 +42,7 @@ So to get to get access to a specific collection you document
|
|||||||
// continues from the block before...
|
// continues from the block before...
|
||||||
|
|
||||||
@Collection(myDb1)
|
@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
|
property1:string
|
||||||
property2:number
|
property2:number
|
||||||
constructor(optionsArg:{
|
constructor(optionsArg:{
|
||||||
|
Loading…
Reference in New Issue
Block a user