Skip to content

Commit f3cef13

Browse files
authored
Add credit!
1 parent 5301820 commit f3cef13

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Install
1515

1616
```sh
17-
npm install --save-dev workerize-loader
17+
npm install -D workerize-loader
1818
```
1919

2020

@@ -44,6 +44,12 @@ instance.expensive(1000).then( count => {
4444
})
4545
```
4646

47+
48+
### Credit
49+
50+
The inner workings here are heavily inspired by [worker-loader](https://github.com/webpack-contrib/worker-loader). It's worth a read!
51+
52+
4753
### License
4854

4955
[MIT License](LICENSE.md) © [Jason Miller](https://jasonformat.com)

0 commit comments

Comments
 (0)