From 12780dc5a81d80032cc7ff89e649f517a34fa451 Mon Sep 17 00:00:00 2001 From: Yue JIN Date: Sun, 30 Jun 2024 15:16:25 +0800 Subject: [PATCH] docs: simplify module name in installation --- README.md | 2 +- docs/content/1.getting-started/2.installation.md | 2 +- docs/content/index.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22d5821..e821f75 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Nuxt Module for Apache ECharts™ Install the module to your Nuxt application with one command: ```bash -npx nuxi module add nuxt-echarts +npx nuxi module add echarts ``` That's it! You can now use Nuxt ECharts in your Nuxt app ✨ diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 6a34552..86d1fd1 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -17,7 +17,7 @@ Use this module to integrate Nuxt with ECharts in seconds. You can start a fresh new project with: ```bash [Terminal] -npx nuxi module add nuxt-echarts +npx nuxi module add echarts ``` ## Manually Installation diff --git a/docs/content/index.yml b/docs/content/index.yml index fa2dedf..5017c3f 100644 --- a/docs/content/index.yml +++ b/docs/content/index.yml @@ -23,7 +23,7 @@ hero: target: _blank code: | ```bash [Terminal] - npx nuxi module add nuxt-echarts + npx nuxi module add echarts ``` features: title: 'Features'