Skip to content

Commit 774b648

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent fbf9fbc commit 774b648

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 Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
55+
import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2-deno/mod.js';
5656
```
5757

5858
#### Float32Array()
@@ -1422,7 +1422,7 @@ var bool = it.next().done;
14221422

14231423
```javascript
14241424
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
1425-
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
1425+
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@v0.2.2-deno/mod.js';
14261426

14271427
var arr;
14281428
var i;

0 commit comments

Comments
 (0)