This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 704a2e5  Update download.md
     new e27db93  Merge pull request #83 from zachary-svoboda-accesso/patch-3
704a2e5 is described below

commit 704a2e512eba323daa1c7a0425d763df0ecc09b7
Author: Zachary Svoboda 
<88666941+zachary-svoboda-acce...@users.noreply.github.com>
AuthorDate: Tue Dec 20 09:28:20 2022 -0500

    Update download.md
    
    - Clarify language
    - Update link names
---
 contents/en/basics/download.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/contents/en/basics/download.md b/contents/en/basics/download.md
index 31c8d57..c3964ec 100644
--- a/contents/en/basics/download.md
+++ b/contents/en/basics/download.md
@@ -2,31 +2,31 @@
 
 Apache ECharts offers a variety of installation options, so you can choose any 
of the following options depending on your project.
 
-- Use From GitHub
-- Use From npm
+- Install From npm
 - Use From CDN
+- Download From GitHub
 - Online Customization
 
 We'll go over each of these installation methods and the directory structure 
after download.
 
 ## Installation
 
-### Use From npm
+### Install From npm
 
 ```sh
-npm install echarts --save
+npm install echarts
 ```
 
-See [Introducing Apache ECharts in your project](${lang}/basics/import) for 
details.
+See [Import ECharts](${lang}/basics/import) for details on usage.
 
 ### Use From CDN
 
-Recommend referencing [echarts](https://www.jsdelivr.com/package/npm/echarts) 
from jsDelivr.
+ECharts is availablle on the free CDN 
[jsDelivr](https://www.jsdelivr.com/package/npm/echarts).
 
-### Use From GitHub
+### Download From GitHub
 
-You can find links to each version on the 
[release](https://github.com/apache/echarts/releases) page of the 
[apache/echarts](https://github.com/apache/echarts) project. Click on the 
Source code in Assets at the bottom of the download page, and unzip the 
`echarts.js` file in the `dist` directory to include the full ECharts 
functionality.
+You can find links to each version on the 
[releases](https://github.com/apache/echarts/releases) page of the 
[apache/echarts project](https://github.com/apache/echarts). Click on the 
Source code under Assets at the bottom of the desired release version. After 
downloading, unzip the file and locate `echarts.js` file in the `dist` folder 
to include the full ECharts functionality.
 
 ### Online Customization
 
-If you want to introduce only some modules to reduce package size, you can use 
the [ECharts online customization](${mainSitePath}/builder.html) function.
+If you want to introduce only some modules to reduce package size, you can use 
the [ECharts online customization](${mainSitePath}/builder.html) function to 
create a customized download of ECharts.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to