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 @@ -54,7 +54,7 @@ limitations under the License.
54
54
## Usage
55
55
56
56
``` javascript
57
- import ndarray from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@deno/mod.js' ;
57
+ import ndarray from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.2- deno/mod.js' ;
58
58
```
59
59
60
60
<a name =" main " ></a >
@@ -662,7 +662,7 @@ The method does **not** serialize data outside of the buffer region defined by t
662
662
663
663
` ` ` javascript
664
664
import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
665
- import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@deno/mod.js';
665
+ import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.2- deno/mod.js';
666
666
667
667
// Create a data buffer:
668
668
var buffer = new Float32Array( (3*3*3*3) + 100 );
You can’t perform that action at this time.
0 commit comments