8000 Update README.md for ESM bundle v0.2.1 · stdlib-js/array-float64@de1f54c · GitHub
[go: up one dir, main page]

Skip to content
Sign in

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 files
committed
Update README.md for ESM bundle v0.2.1
1 parent 5e3bf88 commit de1f54c

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@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