From 00dd6cd9549a6cd6663da1d1b0f3e77ab9dcbc46 Mon Sep 17 00:00:00 2001 From: Yusef Almamari Date: Mon, 23 Dec 2024 14:35:56 +0400 Subject: [PATCH] Typo --- README.md | 82 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 0d49c66..4ba0faf 100644 --- a/README.md +++ b/README.md @@ -4,51 +4,51 @@ ![npm](https://img.shields.io/npm/dw/citeease-cli) ![License](https://img.shields.io/npm/l/citeease-cli) -`citeease-cli` is a CLI tool that generates formatted citations (references) based on various unique identifiers, including URL, DOI, ISBN, PMID, and PMCID. Just pass in your identifiers, and `citeease-cli` will handle the rest! +`citeease` is a CLI tool that generates formatted citations (references) based on various unique identifiers, including URL, DOI, ISBN, PMID, and PMCID. Just pass in your identifiers, and `citeease` will handle the rest! ## 📋 Table of Contents -- [Installation](#-installation) -- [Usage](#-usage) -- [Configuration](#-configuration) -- [Supported Identifiers](#-supported-identifiers) -- [Data Sources](#-data-sources) -- [Output](#-output) -- [License](#-license) -- [Contact](#-contact) +- [Installation](#-installation) +- [Usage](#-usage) +- [Configuration](#-configuration) +- [Supported Identifiers](#-supported-identifiers) +- [Data Sources](#-data-sources) +- [Output](#-output) +- [License](#-license) +- [Contact](#-contact) ## ⚙️ Installation -Install `citeease-cli` globally via npm: +Install `citeease` globally via npm: ```bash -npm install -g citeease-cli +npm install -g citeease ``` Or use it directly with `npx` without global installation: ```bash -npx citeease-cli cite +npx citeease cite ``` ## 🚀 Usage -To generate citations, provide a list of unique identifiers as arguments. `citeease-cli` will attempt to identify the type of each identifier automatically. +To generate citations, provide a list of unique identifiers as arguments. `citeease` will attempt to identify the type of each identifier automatically. ### Options -- `--style`, `-s