Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "qoper8-ww", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Queue-Based WebWorker Pool Management Systems", | ||
@@ -5,0 +5,0 @@ "main": "/src/QOper8.js", |
@@ -45,2 +45,4 @@ # QOper8: Queue-based WebWorker Pool Manager | ||
### From CDN | ||
You can use QOoper8 directly from the Github CDN linked to this repository. In your main module, load it using: | ||
@@ -50,2 +52,4 @@ | ||
### Clone from Github | ||
Alternatively, clone or copy the file [*/src/qoper8.min.js*](/src/qoper8.min.js) | ||
@@ -57,3 +61,7 @@ to an appropriate directory on your web server and load it directly from there, eg: | ||
### From NPM | ||
npm install qoper8-ww | ||
## Starting/Configuring QOper8 | ||
@@ -60,0 +68,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43395
411