We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d9000 commit 7491d7bCopy full SHA for 7491d7b
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@esm/index.mjs';
+import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@v0.2.2-esm/index.mjs';
46
```
47
48
#### NUM_CPUS
@@ -87,7 +87,7 @@ var n = NUM_CPUS;
87
88
var proc = require( 'process' );
89
var cluster = require( 'cluster' );
90
91
92
var i;
93
0 commit comments