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 29d3f7d

Browse filesBrowse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 66ad6d0 commit 29d3f7d
Copy full SHA for 29d3f7d

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

5858
<a name="main"></a>
@@ -227,7 +227,7 @@ var bool = ( v === buf[ 0 ] );
227227
<body>
228228
<script type="module">
229229
230-
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
230+
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.1-esm/index.mjs';
231231
232232
// Create a 4-dimensional array containing single-precision floating-point numbers:
233233
var arr = array({

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.