Skip to content

Commit 9a35470

Browse files
authored
Update .env instructions in README
1 parent 227955f commit 9a35470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/next.js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To run this tutorial, you will need:
1919
## How to run the tutorial
2020

2121
1. Clone or [download this project](https://github.com/talkjs/talkjs-examples/releases/latest/download/react.next.js.zip).
22-
2. Replace `<APP_ID>` in `app/page.js` with the value found in the **Settings** tab of your [TalkJS dashboard](https://talkjs.com/dashboard/login).
22+
2. Save `.env.example` as `.env` and replace `<APP_ID>` with the value found in the **Settings** tab of your [TalkJS dashboard](https://talkjs.com/dashboard/login).
2323
3. Run `npm install` to install dependencies.
2424
4. Run `npm run dev` to start the server.
2525
5. Visit <http://localhost:3000>.

0 commit comments

Comments
 (0)