We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7b09f commit 37f8cc8Copy full SHA for 37f8cc8
1 file changed
README.md
@@ -11,6 +11,8 @@ This provide a set of [Chai](http://chaijs.com/) assertions for [Facebook's Immu
11
12
## Installation
13
14
+### Node.js
15
+
16
Install via [npm](http://npmjs.org):
17
18
```bash
@@ -26,6 +28,15 @@ var chaiImmutable = require('chai-immutable');
26
28
chai.use(chaiImmutable);
27
29
```
30
31
+### In the browser
32
33
+Include this plugin after including Chai and Immutable. It will automatically
34
+plug in to Chai and be ready for use:
35
36
+```html
37
+<script src="chai-immutable.js"></script>
38
+```
39
40
## BDD API Reference
41
42
### .empty
0 commit comments