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

Skip to content

Commit bae2162

Browse files
committed
Auto-generated commit
1 parent 716ea44 commit bae2162

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 numel from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@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-base-numel/tags). For example,
58+
5459
```javascript
5560
import numel from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@v0.2.2-deno/mod.js';
5661
```
@@ -86,7 +91,7 @@ var n = numel( [ 3, 2, 3 ] );
8691

8792
```javascript
8893
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-discrete-uniform@deno/mod.js';
89-
import numel from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@v0.2.2-deno/mod.js';
94+
import numel from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@deno/mod.js';
9095

9196
var shape;
9297
var n;

0 commit comments

Comments
 (0)
0