Skip to content

Commit 483d7c1

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 4ca0ba4 commit 483d7c1

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

5858
#### emptyLike( x\[, options] )
@@ -139,7 +139,7 @@ dt = y.dtype;
139139
140140
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
141141
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@esm/index.mjs';
142-
import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty-like@esm/index.mjs';
142+
import emptyLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty-like@v0.2.1-esm/index.mjs';
143143
144144
// Get a list of data types:
145145
var dt = dtypes();

0 commit comments

Comments
 (0)