10000 Update README.md for ESM bundle v0.2.0 · stdlib-js/array-nans@e56e031 · GitHub
[go: up one dir, main page]

Skip to content

Commit e56e031

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent c8c6130 commit e56e031

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

5858
#### nans( length\[, dtype] )
@@ -110,7 +110,7 @@ var arr = nans( 2, 'float32' );
110110
<script type="module">
111111
112112
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-typed-float-dtypes@esm/index.mjs';
113-
import nans from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-nans@esm/index.mjs';
113+
import nans from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-nans@v0.2.0-esm/index.mjs';
114114
115115
// Get a list of array data types:
116116
var dt = dtypes();

0 commit comments

Comments
 (0)
0