Skip to content

Commit 2ddb7dc

Browse files
committed
Auto-generated commit
1 parent 3467d19 commit 2ddb7dc

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
@@ -47,6 +47,11 @@ limitations under the License.
4747

4848
## Usage
4949

50+
```javascript
51+
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@deno/mod.js';
52+
```
53+
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-base-binarynd/tags). For example,
54+
5055
```javascript
5156
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@v0.2.2-deno/mod.js';
5257
```
@@ -96,7 +101,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
96101
import filledndBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-fillednd-by@deno/mod.js';
97102
import zerosnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zerosnd@deno/mod.js';
98103
import add from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@deno/mod.js';
99-
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@v0.2.2-deno/mod.js';
104+
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@deno/mod.js';
100105

101106
var shape = [ 3, 3 ];
102107

0 commit comments

Comments
 (0)