From eeff9a8ef09986a6abebe230a6407950863ecc4d Mon Sep 17 00:00:00 2001 From: cgewecke Date: Tue, 10 Sep 2019 16:13:20 -0700 Subject: [PATCH] Even more edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 810a3eb..937322f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ npm install --save-dev solidity-coverage set [ganache options](https://github.com/trufflesuite/ganache-core#options) via the `providerOptions` key in your `.solcover.js` config file. -### Truffle >= V5: setup and run +### Truffle V5 Add "solidity-coverage" to your plugins array in `truffle-config.js` ```javascript @@ -49,7 +49,7 @@ truffle run coverage [options] | --solcoverjs | --solcoverjs ./../.solcover.js | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) | | --version | | Version info | | --help | | Usage notes | -|| || +|| || ### Config Options