Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d09cc0

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

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.