From 249dda937962c99221e1c202c45fe3252b86a473 Mon Sep 17 00:00:00 2001 From: Snowden Fu <24203166+snowden-fu@users.noreply.github.com> Date: Fri, 10 May 2024 19:35:57 +1000 Subject: [PATCH] chore: update README.md and index.js option name --- README.md | 8 ++++---- index.js | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 38afbe8..2676439 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A command-line interface (CLI) tool to quickly generate React components with op ## Installation ```bash -npm install -g create-new-react-component +npm install create-new-react-component --save-dev ``` ## Usage @@ -16,7 +16,7 @@ create-new-react-component [options] ## Options - --withStyles: Create a CSS file for the component -- --style