8000 Auto-generated commit · stdlib-js/ndarray-empty@928844e · GitHub
[go: up one dir, main page]

Skip to content

Commit 928844e

Browse files
committed
Auto-generated commit
1 parent b0a75ba commit 928844e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ limitations under the License.
5151

5252
## Usage
5353

54+
```javascript
55+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs';
56+
```
57+
The previous example will load the latest bundled code from the esm branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/ndarray-empty/t 85BD ags). For example,
58+
5459
```javascript
5560
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0-esm/index.mjs';
5661
```
@@ -137,7 +142,7 @@ var dt = arr.dtype;
137142
<script type="module">
138143
139144
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@v0.3.0-esm/index.mjs';
145+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@esm/index.mjs';
141146
142147
// Get a list of data types:
143148
var dt = dtypes();

0 commit comments

Comments
 (0)
0