Skip to content

Commit 1b379c2

Browse files
authored
docs: fix installation script in buidler readme (sc-forks#507)
1 parent e69f335 commit 1b379c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUIDLER_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Solidity code coverage plugin for [buidler](http://getbuidler.com).
1919
## Installation
2020

2121
```bash
22-
$ npm install --save-dev solidity-coverage@beta
22+
$ npm install --save-dev solidity-coverage
2323
```
2424

2525
And add the following to your `buidler.config.js`:

0 commit comments

Comments
 (0)