Skip to content

Commit 3ddad7c

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 7bcece7 commit 3ddad7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@deno/mod.js';
45+
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@v0.2.1-deno/mod.js';
4646
```
4747

4848
#### NUM_CPUS
@@ -82,7 +82,7 @@ var n = NUM_CPUS;
8282
```javascript
8383
var proc = require( 'process' );
8484
var cluster = require( 'cluster' );
85-
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@deno/mod.js';
85+
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@v0.2.1-deno/mod.js';
8686

8787
var i;
8888

0 commit comments

Comments
 (0)