Skip to content

Commit 54a5b07

Browse files
authored
Fix #98 add missing dot
1 parent c4cf526 commit 54a5b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ The integration requires additional setup as there are using a real BigBlueButto
498498
You need to create a `.env.local` file to configure which server to use and the proper credentials:
499499

500500
```shell
501-
echo "BBB_SERVER_BASE_URL=https://bbb.example/bigbluebutton/" > env.local
501+
echo "BBB_SERVER_BASE_URL=https://bbb.example/bigbluebutton/" > .env.local
502502
echo "BBB_SECRET=S3cr3t" >> .env.local
503503
```
504504

0 commit comments

Comments
 (0)