Skip to content

Commit 16e1b13

Browse files
committed
Auto-generated commit
1 parent 9046bbc commit 16e1b13

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@esm/index.mjs';
52+
```
53+
The previous example will load the latest bundled code from the esm 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-esm/index.mjs';
5257
```
@@ -104,7 +109,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
104109
import filled5dBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled5d-by@esm/index.mjs';
105110
import zeros5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros5d@esm/index.mjs';
106111
import add from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@esm/index.mjs';
107-
import binary5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary5d@v0.2.2-esm/index.mjs';
112+
import binary5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary5d@esm/index.mjs';
108113
109114
var shape = [ 1, 2, 2, 3, 3 ];
110115

0 commit comments

Comments
 (0)