diff --git a/README.md b/README.md index 935519ec..56a755fe 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ By applying TensorSpace API, it is more intuitive to visualize and understand an * **Step 1: Download TensorSpace.js** -There are three ways to download TensorSpace.js: npm, yarn, or official website +There are four ways to download TensorSpace.js: npm, yarn, CDN, or official website Option 1: NPM ```bash @@ -75,7 +75,13 @@ Option 2: Yarn yarn add tensorspace ``` -Option 3: [Website download page](https://tensorspace.org/index.html#download) +Option 3: CDN + +```html + +``` + +Option 4: [Website download page](https://tensorspace.org/index.html#download) * **Step 2: Install Dependency** diff --git a/README_zh.md b/README_zh.md index 24ea82c6..850b5e37 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,7 +69,7 @@ TensorSpace 降低了前端开发者进行深度学习相关应用开发的门 * **第一步: 下载 TensorSpace.js** -我们提供了三种下载 TensorSpace.js 的方法,它们分别是 npm、yarn 以及 来自官方网站。 +我们提供了四种下载 TensorSpace.js 的方法,它们分别是 npm、yarn 以及 来自官方网站。 途径 1: NPM ```bash @@ -80,8 +80,12 @@ npm install tensorspace ```bash yarn add tensorspace ``` +途径 3:CDN +```html + +``` -途径 3: [官方网站下载](https://tensorspace.org/index_zh.html#download) +途径 4: [官方网站下载](https://tensorspace.org/index_zh.html#download) * **第二步: 安装依赖库**