@nadrif/thread 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,9 +51,9 @@ A modular, feature-rich library for running CPU-intensive work in **Web Workers*
|
|
|
51
51
|
## Installation
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
npm install thread
|
|
54
|
+
npm install @nadrif/thread
|
|
55
55
|
# or
|
|
56
|
-
bun add thread
|
|
56
|
+
bun add @nadrif/thread
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
Peer dependency (optional — only needed for hooks):
|