From f4e476ca5676d73f71613c5b5daeb212b8f04930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A0=E8=90=A7=E9=86=87?= Date: Wed, 29 Nov 2023 22:39:33 +0800 Subject: [PATCH] v3.6.0 --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35338e67..f540af42 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ import 'remixicon/fonts/remixicon.css' Copy the following code and add it to the <head> tag of your html document. ```html - + ``` -> The `@3.5.0` in the CDN link can be changed to any history version we've published. +> The `@3.6.0` in the CDN link can be changed to any history version we've published. #### Download Manually diff --git a/README_CN.md b/README_CN.md index 8706691d..2ceffae5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -54,10 +54,10 @@ import 'remixicon/fonts/remixicon.css' 如果不打算通过安装的方式使用,可以直接复制下面这行代码到您HTML文档的 <head> 标签中,这样就完成了CDN方式的图标引入,简单快捷,推荐方式。 ```html - + ``` -> 上面 CDN 链接中的 `@3.5.0` 可以更改为任何我们曾经发布过的历史版本号。 +> 上面 CDN 链接中的 `@3.6.0` 可以更改为任何我们曾经发布过的历史版本号。 #### 手动下载引入