Skip to content

Commit dc618ba

Browse files
committed
Fix ganache options usage note in README
1 parent 8a438e0 commit dc618ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $ npm install --save-dev solidity-coverage@beta
2222
### Usage notes:
2323
+ Coverage runs tests a little more slowly.
2424
+ Coverage distorts gas consumption. Tests that check exact gas consumption should be skipped.
25-
+ Coverage launches its own in-process ganache server. [ganache options](https://github.com/trufflesuite/ganache-core#options) via the `providerOptions` key in your `.solcover.js` config file.
25+
+ Coverage launches its own in-process ganache server.
26+
+ You can set [ganache options](https://github.com/trufflesuite/ganache-core#options) using the `providerOptions` key in your `.solcover.js` config.
2627

2728
### Truffle V5
2829

0 commit comments

Comments
 (0)