Skip to content

Commit 66068b6

Browse files
authored
Update index.md
1 parent 891cee8 commit 66068b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Let's say we have a `/api/v1/people` endpoint:
1313
```js
1414
// es6 import syntax
1515
// vanilla JS would expose 'jsorm' as a global
16+
import 'isomorphic-fetch';
1617
import { Model, attr } from 'jsorm';
1718

1819
var Person = Model.extend({

0 commit comments

Comments
 (0)