Skip to content

Commit 3d7e9da

Browse files
committed
Auto-generated commit
1 parent 1594685 commit 3d7e9da

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 binary5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary5d@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-binary5d/tags). For example,
54+
5055
```javascript
5156
import binary5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary5d@v0.2.2-deno/mod.js';
5257
```
@@ -99,7 +104,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
99104
import filled5dBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled5d-by@deno/mod.js';
100105
import zeros5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros5d@deno/mod.js';
101106
import add from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@deno/mod.js';
102-
import binary5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary5d@v0.2.2-deno/mod.js';
107+
import binary5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary5d@deno/mod.js';
103108

104109
var shape = [ 1, 2, 2, 3, 3 ];
105110

0 commit comments

Comments
 (0)