Skip to content

Commit

Permalink
docs: simplify module name in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jun 30, 2024
1 parent 81ee8e7 commit 12780dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✨
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hero:
target: _blank
code: |
```bash [Terminal]
npx nuxi module add nuxt-echarts
npx nuxi module add echarts
```
features:
title: 'Features'
Expand Down

0 comments on commit 12780dc

Please sign in to comment.