Skip to content

Commit 48f6ca4

Browse files
More line wrapping.
[ci skip]
1 parent 32561d3 commit 48f6ca4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ If you send string data from the program then it will be prepended with the thre
170170
{
171171
"kind": "flash",
172172
"filesystem": {
173-
"main.py": new TextEncoder().encode("# your program here")
173+
"main.py":
174+
new TextEncoder()
175+
.encode("# your program here")
174176
}
175177
}
176178
```

0 commit comments

Comments
 (0)