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 at from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@esm/index.mjs' ;
55
+ import at from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### at( x\[ , ...indices] )
@@ -144,7 +144,7 @@ import cartesianProduct from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-cartes
144
144
import zeroTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zero-to@esm/index.mjs';
145
145
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@esm/index.mjs';
146
146
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
147
- import at from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@esm/index.mjs';
147
+ import at from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.1- esm/index.mjs';
148
148
149
149
// Define a two-dimensional array:
150
150
var shape = [ 5, 5 ];
You can’t perform that action at this time.
0 commit comments