diff --git a/README.CN.md b/README.CN.md index 3ef0445..ce55bcc 100644 --- a/README.CN.md +++ b/README.CN.md @@ -38,7 +38,7 @@ const APPID = 'abcdefg' const TOKEN = 'some token' -4. *lib* 文件夹中包含 mini-app-sdk-production.js 和 finclip-agora-client-sdk.js,分别对应在微信平台和 FinClip 小程序平台,在不同平台运行需要在 *meeting.js* 引入对应的 SDK +4. *lib* 文件夹中包含 mini-app-sdk-production.js 和 Phizclip-agora-client-sdk.js,分别对应在微信平台和 PhizClip 小程序平台,在不同平台运行需要在 *meeting.js* 引入对应的 SDK 5. 启动开发者工具并导入该示例程序 6. 输入频道名,加入频道。邀请你的朋友加入同一个频道,就可以开始视频互通了。 diff --git a/README.md b/README.md index 1d5d402..1e6fa96 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -Built upon the Agora Miniapp SDK, the Agora Miniapp Sample App is an open-source demo that integrates video chat and live broadcast into your [FinClip Mini Application](https://www.finclip.com/). +Built upon the Agora Miniapp SDK, the Agora Miniapp Sample App is an open-source demo that integrates video chat and live broadcast into your [PhizClip Mini Application](https://www.finclip.com/). With this sample app, you can: @@ -25,7 +25,7 @@ With this sample app, you can: ## Running the App -1. Create a developer account at [FinClip](https://www.finclip.com/) / [Agora.io](http://dashboard.agora.io/signin/) , create a new project and obtain an App ID, and enable the App Certificate. +1. Create a developer account at [PhizClip](https://www.finclip.com/) / [Agora.io](http://dashboard.agora.io/signin/) , create a new project and obtain an App ID, and enable the App Certificate. 2. Download this project.