Skip to content

Commit 3467d19

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 583b379 commit 3467d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ limitations under the License.
4848
## Usage
4949

5050
```javascript
51-
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@deno/mod.js';
51+
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@v0.2.2-deno/mod.js';
5252
```
5353

5454
#### binarynd( arrays, shape, fcn )
@@ -96,7 +96,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
9696
import filledndBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-fillednd-by@deno/mod.js';
9797
import zerosnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zerosnd@deno/mod.js';
9898
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@deno/mod.js';
99+
import binarynd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-binarynd@v0.2.2-deno/mod.js';
100100

101101
var shape = [ 3, 3 ];
102102

0 commit comments

Comments
 (0)