Skip to content

Commit b351f26

Browse files
authored
Add info about loading from the browser
1 parent c853fea commit b351f26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Parallel takes advantage of Web Workers for the web, and child processes for Nod
2121
npm install paralleljs
2222
```
2323

24+
or
25+
26+
```
27+
<script src='https://unpkg.com/paralleljs@1.0/lib/parallel.js'></script>
28+
```
29+
2430
## Usage
2531

2632
### `Parallel(data, opts)`

0 commit comments

Comments
 (0)