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

Commit 0c09a1f

Browse files
committed
Rename bash to shell. [ci skip]
1 parent 4047b43 commit 0c09a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require({
3838

3939
Using npm:
4040

41-
```bash
41+
```shell
4242
$ npm i --save benchmark
4343
```
4444

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

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

53-
```bash
53+
```shell
5454
npm i --save microtime
5555
```
5656

0 commit comments

Comments
 (0)