Skip to content

Commit d563ecf

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent 7bd9192 commit d563ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

5858
#### empty( shape\[, options] )
@@ -137,7 +137,7 @@ var dt = arr.dtype;
137137
<script type="module">
138138
139139
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
140-
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs';
140+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.2.0-esm/index.mjs';
141141
142142
// Get a list of data types:
143143
var dt = dtypes();

0 commit comments

Comments
 (0)