Skip to content

Commit 70fdf5e

Browse files
committed
Fix page name
1 parent 0b80d2f commit 70fdf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/linkedin-like-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To get this app running on your system, ensure that you are working with Node >=
1919
Here are the steps to get this app running on your system.
2020
- Clone or [download this project](https://github.com/talkjs/talkjs-examples/releases/latest/download/react.linkedin-like-app.zip).
2121
- Run `npm install`.
22-
- In the `Messaging.js` file, replace "MY_APP_ID" on line 30 with your app ID from the **Chat UI** tab of your TalkJS dashboard at https://talkjs.com/dashboard/login. Do the same thing in the `MyNetwork.js` file on line 25.
22+
- In the `Messaging.js` file, replace "MY_APP_ID" on line 30 with your app ID from the **Settings** page of your TalkJS dashboard at https://talkjs.com/dashboard/login. Do the same thing in the `MyNetwork.js` file on line 25.
2323
- Run `npm start`.
2424

2525
### More information

0 commit comments

Comments
 (0)