Skip to content

Commit

Permalink
docs: fix the usage example (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent authored Mar 1, 2024
1 parent 70bf763 commit a3b3ede
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 @@ -20,7 +20,7 @@ Want to quickly check if your natspec smells?
Just run:

```
npx @defi-wonderland/natspec-smells --include src --exclude "src/**/*.sol" "(test|scripts)/**/*.sol"
npx @defi-wonderland/natspec-smells --include "src/**/*.sol" --exclude "(test|scripts)/**/*.sol"
```

> [!NOTE]
Expand Down

0 comments on commit a3b3ede

Please sign in to comment.