From 15dfae28584f66cd2feb8a425c62c68d336815e1 Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 27 Nov 2024 17:51:42 -0300 Subject: [PATCH] docs: update readme so example npx run finds files (#61) --- 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]