File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Features:
2222
2323## Docs
2424
25- * [ 介绍] ( https://wiki.anyweb.cc/docs/intro )
26- * [ 快速开始 ] ( https://wiki.anyweb.cc/docs/quick_start )
27- * [ API ] ( https://wiki.anyweb.cc/docs/API/modules )
28- * [ Provider ] ( https://wiki.anyweb.cc/docs/API/classes/default )
29- * [ Release notes] ( https://wiki.anyweb.cc/docs/CHANGELOG )
25+ * [ AnyWeb 介绍] ( https://wiki.anyweb.cc/docs/AnyWeb /intro )
26+ * [ SDK 介绍 ] ( https://wiki.anyweb.cc/docs/SDK/intro )
27+ * [ 快速开始 ] ( https://wiki.anyweb.cc/docs/SDK/quick_start )
28+ * [ API ] ( https://wiki.anyweb.cc/docs/SDK/usage )
29+ * [ Release notes] ( https://wiki.anyweb.cc/docs/SDK/ CHANGELOG )
3030
3131前往[ 官网文档 ] ( https://wiki.anyweb.cc ) 了解更多
3232
@@ -62,7 +62,9 @@ const provider = new Provider({
6262从 ` anyweb-js-sdk ` 的 ` dist ` 目录中进行引用 ` umd ` 版本.
6363
6464``` html
65- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/@idealight-labs/anyweb-js-sdk@latest/dist/anyweb-js-sdk.umd.min.js" ></script >
65+
66+ <script type =" text/javascript"
67+ src =" https://cdn.jsdelivr.net/npm/@idealight-labs/anyweb-js-sdk@latest/dist/anyweb-js-sdk.umd.min.js" ></script >
6668
6769<script type =" text/javascript" >
6870 const provider = new window.AnyWeb ({
You can’t perform that action at this time.
0 commit comments