Skip to content

Commit 23136d2

Browse files
committed
Fix readme
1 parent 4928b31 commit 23136d2

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
@@ -12,8 +12,8 @@ npm install --save mocha.parallel
1212

1313
## Overview
1414

15-
```
16-
/** javascript
15+
``` javascript
16+
/**
1717
* Builds the test suite dynamically to allow for parallel execution of the
1818
* individual specs. While each spec is ran in parallel, specs resolve in
1919
* series, leading to deterministic output. Expects an array of names,

0 commit comments

Comments
 (0)