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

Skip to content

Commit f4309ee

Browse files
committed
Auto-generated commit
1 parent d55f040 commit f4309ee

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@deno/mod.js';
56+
```
57+
The previous example will load the latest bundled code from the deno 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/tags). For example,
58+
5459
```javascript
5560
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0-deno/mod.js';
5661
```
@@ -132,7 +137,7 @@ var dt = arr.dtype;
132137

133138
```javascript
134139
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
135-
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0-deno/mod.js';
140+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@deno/mod.js';
136141

137142
// Get a list of data types:
138143
var dt = dtypes();

0 commit comments

Comments
 (0)
0