Skip to content

Commit b775810

Browse files
authored
Merge pull request #1376 from lixm1988/patch-8
Update quickstart.md
2 parents 8cf9177 + 21bdfc0 commit b775810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/document/ios/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ SDK 支持 **CocoaPods 导入**和**手动导入**两种方式。
8989

9090
## 5. 登录账号
9191

92-
利用创建的用户名和密码登录环信 IM。
92+
利用创建的用户名和token登录环信 IM。
9393

9494
```objectivec
9595
[[EMClient sharedClient] loginWithUsername:@"username"
96-
password:@"your password"
96+
token:@"your token"
9797
completion:^(NSString *aUsername, EMError *aError) {
9898

9999
}];

0 commit comments

Comments
 (0)