File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ limitations under the License.
48
48
## Usage
49
49
50
50
``` 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' ;
52
52
```
53
53
54
54
#### binarynd( arrays, shape, fcn )
@@ -96,7 +96,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
96
96
import filledndBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-fillednd-by@deno/mod.js' ;
97
97
import zerosnd from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zerosnd@deno/mod.js' ;
98
98
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' ;
100
100
101
101
var shape = [ 3 , 3 ];
102
102
You can’t perform that action at this time.
0 commit comments