Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Dec 31, 2019
1 parent d44c8f3 commit 9e9da49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Agora 可以在你的项目中根据场景需要,实现如下功能。
static let RtmToken: String? = <#Temp Rtm Access Token#>
```

2. 解压 SDK 压缩包,将文件夹 `libs` 复制到本项目的 `iOS/ChatRoom` 文件夹下。
2. 解压 SDK 压缩包,将文件夹 `libs` 复制到本项目的 `iOS/AgoraChatRoom` 文件夹下。

3. 使用 XCode 打开 iOS/AgoraChatRoom.xcodeproj,连接 iOS 测试设备,设置有效的开发者签名后即可运行。

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use the Agora SDK to implement the following features in your project:
<string name="rtm_token" translatable="false"><#Temp Rtm Access Token#></string>
```

2. Unpack the SDK and do the following:
2. Unpack the SDKs and do the following:

- Copy the `libs` folder to the `Android/app` folder.

Expand All @@ -67,7 +67,7 @@ Use the Agora SDK to implement the following features in your project:
static let RtmToken: String? = <#Temp Rtm Access Token#>
```

2. Unpack the SDK and copy the `libs` folder to the `iOS/ChatRoom` folder of your project.
2. Unpack the SDKs and copy the `libs` folder to the `iOS/AgoraChatRoom` folder of your project.

3. Open the `iOS/AgoraChatRoom.xcodeproj` file with XCode. Connect to an iOS test device and fill in a valid developer signature.

Expand Down

0 comments on commit 9e9da49

Please sign in to comment.