From 253de9264eb41959eee691955e1aa69cce208195 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Sat, 21 Sep 2019 22:11:00 -0700 Subject: [PATCH] Add @beta to installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3b5412..6fe25c4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ find discrepancies between the coverage report and your suite's behavior, please ### Install ``` -$ npm install --save-dev solidity-coverage +$ npm install --save-dev solidity-coverage@beta ``` ### Usage notes: + Coverage runs tests a little more slowly.