8000 Auto-generated commit · stdlib-js/array-zeros-like@c8a8c55 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8a8c55

Browse files
committed
Auto-generated commit
1 parent 21cff4e commit c8a8c55

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 zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@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/array-zeros-like/tags). For example,
58+
5459
```javascript
5560
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@v0.2.2-deno/mod.js';
5661
```
@@ -113,7 +118,7 @@ var arr = zerosLike( x, 'int32' );
113118
```javascript
114119
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
115120
import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros@deno/mod.js';
116-
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@v0.2.2-deno/mod.js';
121+
import zerosLike from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zeros-like@deno/mod.js';
117122

118123
// Create a zero-filled array:
119124
var x = zeros( 4, 'complex128' );

0 commit comments

Comments
 (0)
0