Skip to content

Commit 0c6fb2b

Browse files
Fixed random hello world instruction
1 parent e9f0f94 commit 0c6fb2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/micropython/02.environment/00.online-editor/online-editor.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Setting up the online environment is quick and easy. Follow the steps below to a
3131
```python
3232
print("Hello World!")
3333
```
34+
5. We should now see `Hello World!` printed in the REPL.
3435

3536
## What Changes
3637

@@ -46,8 +47,6 @@ A few options are available at the bottom, these are: `create new a file`, `crea
4647
![Buttons Online IDE](assets/onlinebuttons.png)
4748

4849

49-
We should now see `Hello World!` printed in the REPL.
50-
5150
## Troubleshooting
5251

5352
- If the "RUN" button is faded out, it means the board is not connected. Click the "Connect" button to get a list of available boards connected.

0 commit comments

Comments
 (0)