Skip to content

Commit 7ebf060

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent bfc8cb7 commit 7ebf060

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

5858
#### Float64Array()
@@ -1414,7 +1414,7 @@ var bool = it.next().done;
14141414

14151415
```javascript
14161416
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
1417-
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
1417+
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.1-deno/mod.js';
14181418

14191419
var arr;
14201420
var i;

0 commit comments

Comments
 (0)