Skip to content

Commit b19cb7b

Browse files
v1.0.1
1 parent 21ce585 commit b19cb7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CometChat.init(appID, appSetting).then(
4141
}
4242
);
4343
```
44-
**Note: **
44+
**Note:**
4545
Make sure you replace the APP_ID with your CometChat `App_ID` and `REGION` with your app region in the above code.
4646

4747
### Log in your User
@@ -67,7 +67,7 @@ CometChat.createUser(user, apiKey).then(
6767
)
6868
});
6969
```
70-
**Note: ** </br>
70+
**Note:** </br>
7171
* Make sure you replace the `API_KEY` with your CometChat API Key in the above code.
7272
* We have setup 5 users for testing having UIDs: `SUPERHERO1`, `SUPERHERO2`, `SUPERHERO3`,`SUPERHERO4` and `SUPERHERO5`.
7373

0 commit comments

Comments
 (0)