8000 Update README.md for Deno bundle v0.2.0 · stdlib-js/ndarray-array@2d09cc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d09cc0

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent ebb2137 commit 2d09cc0

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

5858
<a name="main"></a>
@@ -222,7 +222,7 @@ var bool = ( v === buf[ 0 ] );
222222
<!-- eslint no-undef: "error" -->
223223

224224
```javascript
225-
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js';
225+
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.0-deno/mod.js';
226226

227227
// Create a 4-dimensional array containing single-precision floating-point numbers:
228228
var arr = array({

0 commit comments

Comments
 (0)
0