Browse Source

修正API文档

kevin.song 6 years ago
parent
commit
6cb80e7f39
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -818,7 +818,7 @@ Logger.debug(a, ...)  // 可传任意数量的任意类型的变量作为参数
 
 ```
 setServers({
-  base: "https://env1.urtc.com",  // base 为 URTC 房间服务的访问域名
+  api: "https://env1.urtc.com",   // api 为 URTC 房间服务的访问域名
   log: "https://env1.urtclog.com" // log 为 URTC 日志服务器的访问域名
 })
-```
+```