Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yos Riady committed Oct 20, 2022
1 parent 122be65 commit 6229ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A set of Solhint rules for Chainlink's Solidity Style Guide.
## Install to a new project

```
npm init && npm install solhint https://github.com/smartcontractkit/chainlink-solhint-rules --save
npm init && npm install solhint solhint-plugin-chainlink-solidity@npm:@chainlink/solhint-plugin-chainlink-solidity --save
```

Create a `.solhint.json` in your root project directory:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@chainlink/solhint-plugin-chainlink-solidity",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js"
}

0 comments on commit 6229ce5

Please sign in to comment.