File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ require('core-js/fn/symbol/iterator');
148148
149149## Installation
150150
151- Install Chai Iterator using [ npm] [ npm ] .
151+ Install Chai Iterator using [ npm] [ npm ] . And be sure, of course, to install [ chai ] [ chai-npm ] .
152152
153153``` sh
154- npm install --save chai-iterator
154+ npm install --save chai chai -iterator
155155```
156156
157157## Setup
@@ -494,3 +494,4 @@ Copyright © 2016 Akim McMath. Licensed under the [MIT License][license].
494494[ compiler-options ] : https://www.typescriptlang.org/docs/handbook/compiler-options.html
495495[ es6-lib ] : https://github.com/Microsoft/TypeScript/blob/master/lib/lib.es6.d.ts
496496[ deep ] : http://chaijs.com/api/bdd/#method_deep
497+ [ chai-npm ] : https://www.npmjs.com/package/chai
You can’t perform that action at this time.
0 commit comments