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

Skip to content

Commit e1b0b78

Browse files
committed
Update README.md for ESM bundle v0.3.0
1 parent 47c91df commit e1b0b78

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

5858
#### empty( length\[, dtype] )
@@ -104,7 +104,7 @@ var arr = empty( 2, 'int32' );
104104
<script type="module">
105105
106106
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@esm/index.mjs';
107-
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@esm/index.mjs';
107+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@v0.3.0-esm/index.mjs';
108108
109109
// Get a list of array data types:
110110
var dt = dtypes();

0 commit comments

Comments
 (0)
0