We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32561d3 commit 48f6ca4Copy full SHA for 48f6ca4
README.md
@@ -170,7 +170,9 @@ If you send string data from the program then it will be prepended with the thre
170
{
171
"kind": "flash",
172
"filesystem": {
173
- "main.py": new TextEncoder().encode("# your program here")
+ "main.py":
174
+ new TextEncoder()
175
+ .encode("# your program here")
176
}
177
178
```
0 commit comments