We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f7dc7 commit 725bebeCopy full SHA for 725bebe
docs/ImmutableUtil.md
@@ -12,7 +12,7 @@ Getting started is simple, you'll require the utility and pass your pre-wrapped
12
13
```js
14
var alt = new Alt();
15
-var immutable = require('alt/utils/ImmutableUtil');
+var immutable = require('alt-utils/lib/ImmutableUtil'); // or import immutable from 'alt-utils/lib/ImmutableUtil';
16
```
17
18
If you're using babel with ES7 Stage 1 [decorator](https://github.com/wycats/javascript-decorators) support then this is sweet.
0 commit comments