10000 Auto-generated commit · stdlib-js/ndarray-zeros@4f522ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f522ab

Browse files
committed
Auto-generated commit
1 parent 46351b4 commit 4f522ab

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 zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@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-zeros/tags). For example,
58+
5459
```javascript
5560
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@v0.3.0-deno/mod.js';
5661
```
@@ -128,7 +133,7 @@ var dt = arr.dtype;
128133

129134
```javascript
130135
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
131-
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@v0.3.0-deno/mod.js';
136+
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.js';
132137

133138
// Get a list of data types:
134139
var dt = dtypes( 'numeric' );

0 commit comments

Comments
 (0)
0