8000 Update README.md for ESM bundle v0.2.2 · stdlib-js/array-float32@d0b6277 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0b6277

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 8dec7e7 commit d0b6277

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

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

5858
#### Float32Array()
@@ -1427,7 +1427,7 @@ var bool = it.next().done;
14271427
<script type="module">
14281428
14291429
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
1430-
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@esm/index.mjs';
1430+
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2-esm/index.mjs';
14311431
14321432
var arr;
14331433
var i;

0 commit comments

Comments
 (0)
0