Skip to content

Commit 8593e58

Browse files
committed
remove more bash highlighting
1 parent ec55f98 commit 8593e58

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
@@ -26,14 +26,14 @@ that I (and others) can understand at a glance.
2626
Install it easily on most platforms with [stack](https://haskell-lang.org/get-started) (or cabal).
2727
It's not yet on Hackage, so you'll need the source:
2828

29-
```bash
29+
```
3030
$ git clone https://github.com/simonmichael/quickbench.git
3131
$ cd quickbench
3232
$ stack install # ensure $PATH includes ~/.local/bin
3333
```
3434

3535
You can specify test commands as arguments:
36-
```bash
36+
```
3737
$ quickbench 'sleep 1'
3838
Running 1 tests 1 times at 2016-10-16 23:06:48.058578 UTC:
3939

0 commit comments

Comments
 (0)