From f631658686689da38b40f32805a18ec7d23b1235 Mon Sep 17 00:00:00 2001 From: lurunze1226 Date: Mon, 9 Jan 2023 20:19:34 +0800 Subject: [PATCH] chore: update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea681f6..7869d8b 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ Baidu Cloud Engine JavaScript SDK ## 通过NPM安装 ```shell - npm install @baiducloud/sdk +npm install @baiducloud/sdk ``` ## 通过CDN引用 + +`${version}`处使用版本号替换,比如`1.0.0-rc.37` + + ```html - + ```