Skip to content

Commit 725bebe

Browse files
committed
Updated import/require statement to reference new location
1 parent 98f7dc7 commit 725bebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ImmutableUtil.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Getting started is simple, you'll require the utility and pass your pre-wrapped
1212

1313
```js
1414
var alt = new Alt();
15-
var immutable = require('alt/utils/ImmutableUtil');
15+
var immutable = require('alt-utils/lib/ImmutableUtil'); // or import immutable from 'alt-utils/lib/ImmutableUtil';
1616
```
1717

1818
If you're using babel with ES7 Stage 1 [decorator](https://github.com/wycats/javascript-decorators) support then this is sweet.

0 commit comments

Comments
 (0)