From 907b89738e9f55c53374bd0790d407779a5acfa0 Mon Sep 17 00:00:00 2001 From: Hansel Wei Date: Sun, 18 Aug 2024 19:48:58 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f74fc95..72912ce 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ You can install this package globally or locally in your project. ```bash npm install -g line-commenter-tool +npm line-commenter-tool --help ``` -### Local Installation +### Run with npx without installation ```bash -npm install line-commenter-tool +npx line-commenter-tool --help ``` ## Usage