Skip to content

Commit 16fae18

Browse files
committed
Auto-generated commit
1 parent 0fabe9c commit 16fae18

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 binary3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary3d@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-binary3d/tags). For example,
54+
5055
```javascript
5156
import binary3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary3d@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 filled3dBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled3d-by@esm/index.mjs';
105110
import zeros3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros3d@esm/index.mjs';
106111
import add from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@esm/index.mjs';
107-
import binary3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary3d@v0.2.2-esm/index.mjs';
112+
import binary3d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binary3d@esm/index.mjs';
108113
109114
var shape = [ 2, 3, 3 ];
110115

0 commit comments

Comments
 (0)