Skip to content

Commit

Permalink
Update usage command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Jul 21, 2020
1 parent 475a480 commit 180ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ solhint --version
First initialize a configuration file, if you don't have one:

```sh
solhint init-config
solhint --init
```

This will create a `.solhint.json` file with the default rules enabled. Then run Solhint with one or more [Globs](https://en.wikipedia.org/wiki/Glob_(programming)) as arguments. For example, to lint all files inside `contracts` directory, you can do:
Expand Down

0 comments on commit 180ffcd

Please sign in to comment.