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 de1f54c

Browse filesBrowse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 5e3bf88 commit de1f54c
Copy full SHA for de1f54c

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

5858
#### Float64Array()
@@ -1419,7 +1419,7 @@ var bool = it.next().done;
14191419
<script type="module">
14201420
14211421
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
1422-
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs';
1422+
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.1-esm/index.mjs';
14231423
14241424
var arr;
14251425
var i;

0 commit comments

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