Skip to content

Commit ad6c028

Browse files
committed
Fix readme
Signed-off-by: Michael Weimann <[email protected]>
1 parent 976634b commit ad6c028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-widget-mui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd matrix-widget-toolkit && yarn install
3535
After this, you can run the example widget locally with the following commands:
3636

3737
- `yarn dev:example`: Start the example app.
38-
- `yarn start:example`: Start the example app with a self-signed HTTPS certificate.
38+
- `yarn dev:example:https`: Start the example app with a self-signed HTTPS certificate.
3939

4040
The example widget is embedded into the widget host as an iframe.
4141
This can cause mixed-content errors if your local widget is served _without_ HTTPS but the Element hosting it is running _with_ HTTPS.
@@ -47,4 +47,4 @@ You have multiple options to solve them:
4747
- Use a tunneling service such as [`localtunnel`](https://github.com/localtunnel/localtunnel) or [`ngrok`](https://ngrok.com/) to run the widget with a valid HTTPS certificate, use any Element, and start the widget via `yarn dev`.
4848
This way Chrome behaves closest to how it would behave in production.
4949

50-
Then visit `http(s)://localhost:3000` and follow the instructions on the page to setup the widget.
50+
Then visit the printed URL and follow the instructions on the page to setup the widget.

0 commit comments

Comments
 (0)