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 7bcece7 commit 3ddad7cCopy full SHA for 3ddad7c
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@deno/mod.js';
+import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@v0.2.1-deno/mod.js';
46
```
47
48
#### NUM_CPUS
@@ -82,7 +82,7 @@ var n = NUM_CPUS;
82
83
var proc = require( 'process' );
84
var cluster = require( 'cluster' );
85
86
87
var i;
88
0 commit comments