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 @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import offset from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-offset@esm/index.mjs' ;
55
+ import offset from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-offset@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### offset( x )
@@ -101,7 +101,7 @@ import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@esm/index
101
101
import slice from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice@esm/index.mjs' ;
102
102
import E from ' https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@esm/index.mjs' ;
103
103
import S from ' https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@esm/index.mjs' ;
104
- import offset from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-offset@esm/index.mjs' ;
104
+ import offset from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-offset@v0.2.2- esm/index.mjs' ;
105
105
106
106
// Create an array:
107
107
var x = zeros ( [ 10 , 10 , 10 , 10 ] );
You can’t perform that action at this time.
0 commit comments