diff --git a/README.md b/README.md index 267d6b3..9979ef6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Stars](https://img.shields.io/github/stars/gutenye/commander-completion-carapace?style=social)](https://github.com/gutenye/commander-completion-carapace) [![NPM Version](https://img.shields.io/npm/v/@gutenye/commander-completion-carapace)](https://www.npmjs.com/package/@gutenye/commander-completion-carapace) [![License](https://img.shields.io/github/license/gutenye/commander-completion-carapace?color=blue)](https://github.com/gutenye/commander-completion-carapace/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue)](https://github.com/gutenye/commander-completion-carapace#-contribute) -> Effortlessly add intelligent auto-completion support to your [Commander.js](https://github.com/tj/commander.js) CLI app using [Carapace](https://github.com/carapace-sh/carapace-bin). +> Effortlessly add intelligent autocomplete support to your [Commander.js](https://github.com/tj/commander.js) CLI app using [Carapace](https://github.com/carapace-sh/carapace-bin). > It works with a wide range of shells, making your CLI tools more intuitive and user-friendly. **Show your ❤️ and support by starring this project and following the author, [Guten Ye](https://github.com/gutenye)!** diff --git a/package.json b/package.json index 1e85d35..e6771a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gutenye/commander-completion-carapace", "version": "1.0.0", - "description": "Effortlessly add intelligent auto-completion support to your Commander.js CLI app using Carapace. Supports Bash, Zsh, Fish, Nushell and more", + "description": "Effortlessly add intelligent autocomplete support to your Commander.js CLI app using Carapace. Supports Bash, Zsh, Fish, Nushell and more", "keywards": ["commander", "commanderjs", "completion", "carapace"], "license": "MIT", "repository": "github:gutenye/commander-completion-carapace",