Skip to content

Commit

Permalink
Fix page name
Browse files Browse the repository at this point in the history
  • Loading branch information
csmeyns committed Nov 20, 2024
1 parent 0b80d2f commit 70fdf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/linkedin-like-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get this app running on your system, ensure that you are working with Node >=
Here are the steps to get this app running on your system.
- Clone or [download this project](https://github.com/talkjs/talkjs-examples/releases/latest/download/react.linkedin-like-app.zip).
- Run `npm install`.
- 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.
- 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.
- Run `npm start`.

### More information
Expand Down

0 comments on commit 70fdf5e

Please sign in to comment.