From 905deca9e6fe171b8b5d42d9155caa9144ecab70 Mon Sep 17 00:00:00 2001 From: xodivorce Date: Sat, 26 Jul 2025 02:40:02 +0530 Subject: [PATCH] (docs): fix typo in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5449ce1..320675f 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ 1. **Clone the repository** - Clone the repository to your local machine: ```bash - # Clone using SSH. + # Clone using SSH git clone git@github.com:xodivorce/npm-xodivorce-preview.git - # Or using HTTPS. + # Or using HTTPS git clone https://github.com/xodivorce/npm-xodivorce.git ``` @@ -41,24 +41,24 @@ ```bash npm install ``` - + 4. **Run the tool:** - Run the tool from your terminal: **Locally:** ```bash - # Link the package for local development. + # Link the package for local development npm link - # Run the CLI tool. + # Run the CLI tool xodivorce - # For quick testing, use the command `node index.mjs` + # For quick testing, use the command `node index.mjs` ``` **Production (Public):** ```bash - # Log in to your npm account. + # Log in to your npm account npm login - # Publish the package to npm. + # Publish the package to npm npm publish --access public ```