Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit 66a644a

Browse files
authored
Update README.md (#120)
1 parent cc66fe9 commit 66a644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ core.download({ start: 0, end: -1 })
152152
To downloaded a discrete range of blocks pass a list of indices.
153153

154154
```js
155-
core.download({ blocks: [4, 9, 7] });
155+
core.download({ blocks: [4, 9, 7] })
156156
```
157157

158158
To cancel downloading a range simply destroy the range instance.

0 commit comments

Comments
 (0)