We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92eb28f + 8f213db commit ff18b10Copy full SHA for ff18b10
README.md
@@ -86,7 +86,7 @@ Just add a reference with a relative path to the type declarations at the top
86
of your file.
87
88
```javascript
89
-///<reference path='./node_modules/immutable/dist/Immutable.d.ts'/>
+///<reference path='./node_modules/immutable/dist/immutable.d.ts'/>
90
import Immutable = require('immutable');
91
var map1: Immutable.Map<string, number>;
92
map1 = Immutable.Map({a:1, b:2, c:3});
0 commit comments