Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 15dfae2

Browse files
authored
docs: update readme so example npx run finds files (#61)
1 parent d8ce793 commit 15dfae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Want to quickly check if your natspec smells?
2020
Just run:
2121

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

2626
> [!NOTE]

0 commit comments

Comments
 (0)