Skip to content

Commit

Permalink
chore(docs): Simplify for modern jasmine case (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jan 9, 2020
1 parent 9b6e5f8 commit 6f5b789
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Expand Up @@ -10,27 +10,9 @@

## Installation

### Jasmine 1.3 ([docs](http://jasmine.github.io/1.3/introduction.html))

The easiest way is to run

```bash
$ npm install karma-jasmine@0.1.0 --save-dev
```


### Jasmine 2.0 ([docs](http://jasmine.github.io/2.0/introduction.html))

The easiest way is run

```bash
$ npm install karma-jasmine --save-dev
```

__Note:__
Since `karma-jasmine 0.3.0` the jasmine library is no longer bundled with `karma-jasmine` and you have to install it on your own. You can simply do it by:

```bash
$ npm install jasmine-core --save-dev
```

Expand Down

0 comments on commit 6f5b789

Please sign in to comment.