Skip to content

Commit e814184

Browse files
committed
Update readme
1 parent ce0ff1a commit e814184

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ a. Then update the `.env` file with your correct database details.
4040

4141
b. Update your Stream Chat API key
4242

43-
```sh
44-
STREAM_API_KEY=<YOUR STREAM API KEY>
45-
STREAM_API_SECRET=<YOUR STREAM API SECRET>
43+
STREAM_API_KEY=<YOUR STREAM API KEY>
44+
STREAM_API_SECRET=<YOUR STREAM API SECRET>
4645

47-
MIX_STREAM_API_KEY="${STREAM_API_KEY}"
48-
MIX_STREAM_API_SECRET="${STREAM_API_SECRET}"
49-
```
46+
MIX_STREAM_API_KEY="${STREAM_API_KEY}"
47+
MIX_STREAM_API_SECRET="${STREAM_API_SECRET}"
5048

5149
5. Run migration
5250

0 commit comments

Comments
 (0)