Skip to content

Commit

Permalink
sh instead of js
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau authored and indexzero committed Nov 4, 2014
1 parent 8db36b9 commit f9f37df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Code coverage reporting is available if _instrumented_ code is detected. Curren
### downloading and installing [node-jscoverage](https://github.com/visionmedia/node-jscoverage)
[node-jscoverage](https://github.com/visionmedia/node-jscoverage) is a binary package that needs to be compiled from source:

```js
```sh
$ git clone https://github.com/visionmedia/node-jscoverage.git
$ cd node-jscoverage/
$ ./configure
Expand All @@ -48,14 +48,14 @@ $ make && sudo make install

### instrumenting with jscoverage

```js
```sh
$ jscoverage myfile.js myfile-instrumented.js
```

installation
------------

```js
```sh
$ npm install vows
```

Expand Down

0 comments on commit f9f37df

Please sign in to comment.