From 43342ef45b3f77503779146e46f671d71f688d1f Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 27 Nov 2024 10:33:53 -0300 Subject: [PATCH] docs: update readme so npx run actually finds files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f93430..ec2656e 100644 --- a/README.md +++ b/README.md @@ -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" ``` > [!NOTE]