Skip to content

Commit 8ad11a3

Browse files
authored
Fix readme (#102)
1 parent f4b9eb7 commit 8ad11a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Please see [our documentation page](https://jsonapi-suite.github.io/jsonapi_suit
1111
```ts
1212
import { JSORMBase, Model, Attr, HasMany } from "jsorm"
1313

14+
@Model()
1415
class ApplicationRecord extends JSORMBase {
1516
static baseUrl = "http://localhost:3000"
1617
static apiNamespace = "/api/v1"

0 commit comments

Comments
 (0)