Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Rename bash to shell. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Sep 6, 2016
1 parent 4047b43 commit 0c09a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require({

Using npm:

```bash
```shell
$ npm i --save benchmark
```

Expand All @@ -50,7 +50,7 @@ var Benchmark = require('benchmark');

Optionally, use the [microtime module](https://github.com/wadey/node-microtime) by Wade Simmons:

```bash
```shell
npm i --save microtime
```

Expand Down

0 comments on commit 0c09a1f

Please sign in to comment.