(docs): fix a typo in README

This commit is contained in:
2025-07-26 18:43:19 +05:30
parent e49b7b2fc2
commit 0065a9ab56
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
## Npm-xodivorce ## Npx-xodivorce
### 👀 Preview ### 👀 Preview
<img src="./images/npm-xodivorce-preview.png" alt="npm-xodivorce-preview"> <img src="./images/npm-xodivorce-preview.png" alt="npm-xodivorce-preview">
@@ -11,7 +11,7 @@
#### A sleek, interactive CLI business card - showcasing contact links, resume also more right from your terminal. #### A sleek, interactive CLI business card - showcasing contact links, resume also more right from your terminal.
[![status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/xodivorce/npm-xodivorce/) [![status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/xodivorce/npm-xodivorce/)
[![version](https://img.shields.io/badge/version-v1.1.0-yellow.svg?style=flat)](https://github.com/xodivorce/npm-xodivorce/) [![version](https://img.shields.io/badge/version-v1.1.2-yellow.svg?style=flat)](https://github.com/xodivorce/npm-xodivorce/)
[![PRs](https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat)](https://github.com/xodivorce/npm-xodivorce/) [![PRs](https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat)](https://github.com/xodivorce/npm-xodivorce/)
> **🥰 Like this project? Please consider giving it a Star (🌟) on GitHub to show us your appreciation. Thank you!** > **🥰 Like this project? Please consider giving it a Star (🌟) on GitHub to show us your appreciation. Thank you!**

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "xodivorce", "name": "xodivorce",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "xodivorce", "name": "xodivorce",
"version": "1.0.1", "version": "1.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"boxen": "^8.0.1", "boxen": "^8.0.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "xodivorce", "name": "xodivorce",
"version": "1.0.1", "version": "1.0.2",
"description": "CLI card for xodivorce", "description": "CLI card for xodivorce",
"main": "index.mjs", "main": "index.mjs",
"bin": { "bin": {