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 normalizeIndex from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-normalize-index@esm/index.mjs' ;
55
+ import normalizeIndex from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-normalize-index@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### normalizeIndex( idx, max )
@@ -104,7 +104,7 @@ idx = normalizeIndex( -15, 10 );
104
104
<script type =" module" >
105
105
106
106
import discreteUniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-discrete-uniform@esm/index.mjs' ;
107
- import normalizeIndex from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-normalize-index@esm/index.mjs' ;
107
+ import normalizeIndex from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-normalize-index@v0.2.2- esm/index.mjs' ;
108
108
109
109
var idx;
110
110
var out;
You can’t perform that action at this time.
0 commit comments