Skip to content

Commit bb639ea

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 4e0e413 commit bb639ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import Uint32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@esm/index.mjs';
55+
import Uint32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@v0.2.2-esm/index.mjs';
5656
```
5757

5858
#### Uint32Array()
@@ -1414,7 +1414,7 @@ var bool = it.next().done;
14141414
14151415
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
14161416
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs';
1417-
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@esm/index.mjs';
1417+
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@v0.2.2-esm/index.mjs';
14181418
14191419
var arr;
14201420
var i;

0 commit comments

Comments
 (0)