Skip to content

Commit 18eab8d

Browse files
authored
Merge pull request #1207 from AsteriskZuo/doc-v2
chore: update
2 parents 9d6633b + 1d5aa26 commit 18eab8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/document/react-native/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ import {
109109
// Defines the App object.
110110
const App = () => {
111111
// Defines the variable.
112-
const title = 'AgoraChatQuickstart';
112+
const title = 'ChatQuickstart';
113113
// Replaces <your appKey> with your app key.
114114
const appKey = '<your appKey>';
115115
// Replaces <your userId> with your user ID.
116116
const [username, setUsername] = React.useState('<your userId>');
117-
// Replaces <your agoraToken> with your Agora token.
117+
// Replaces <your token> with your token.
118118
const [chatToken, setChatToken] = React.useState('<your token>');
119119
const [targetId, setTargetId] = React.useState('');
120120
const [content, setContent] = React.useState('');

0 commit comments

Comments
 (0)