Skip to content

Commit 0c78ff1

Browse files
authored
Update README.md
1 parent b89028f commit 0c78ff1

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 @@ Written in [Typescript](https://www.typescriptlang.org) and distributed in ES5,
1111
Please see [our documentation page](https://jsonapi-suite.github.io/jsorm/) for full usage.
1212

1313
```es6
14+
import 'isomorphic-fetch';
1415
import { Config, Model, attr, hasMany, belongsTo } from 'jsorm';
1516

1617
const Person = Model.extend({

0 commit comments

Comments
 (0)