Skip to content

Commit 7491d7b

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 56d9000 commit 7491d7b

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@esm/index.mjs';
45+
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### NUM_CPUS
@@ -87,7 +87,7 @@ var n = NUM_CPUS;
8787
8888
var proc = require( 'process' );
8989
var cluster = require( 'cluster' );
90-
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@esm/index.mjs';
90+
import NUM_CPUS from 'https://cdn.jsdelivr.net/gh/stdlib-js/os-num-cpus@v0.2.2-esm/index.mjs';
9191
9292
var i;
9393

0 commit comments

Comments
 (0)