Skip to content

Commit 670e75f

Browse files
Tweak URL to use minor version
1 parent 297aa88 commit 670e75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ as an iframe. The embedding API and URLs are not yet stable and are
1414
subject to change. If you are interested in embedding the simulator
1515
in your application please [get in touch](mailto:[email protected]).
1616

17-
The URL to embed is https://python-simulator.usermbit.org/v/0.1.0/simulator.html (URL may change in future, for experimentation only).
17+
The URL to embed is https://python-simulator.usermbit.org/v/0.1/simulator.html (URL may change in future, for experimentation only).
1818

1919
The iframe provides the micro:bit board user interface and some limited
2020
interactions. It does not provide a terminal for serial/the REPL or any UI to change the board sensor state.
2121

2222
A value for a brand color can be passed to the simulator via a query
23-
string and is used to style the play button. E.g., https://python-simulator.usermbit.org/v/0.1.0/simulator.html?color=blue
23+
string and is used to style the play button. E.g., https://python-simulator.usermbit.org/v/0.1/simulator.html?color=blue
2424

2525
[demo.html](./src/demo.html) is an example of embedding the simulator.
2626
It connects the iframe to a terminal and provides a simple interface for

0 commit comments

Comments
 (0)