Skip to content

Commit 006e667

Browse files
authored
Minor fixes to Readme
[ci skip]
1 parent 5a6b5ea commit 006e667

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)