Skip to content

Commit 9618905

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent b86187f commit 9618905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```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';
5656
```
5757

5858
#### normalizeIndex( idx, max )
@@ -104,7 +104,7 @@ idx = normalizeIndex( -15, 10 );
104104
<script type="module">
105105
106106
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';
108108
109109
var idx;
110110
var out;

0 commit comments

Comments
 (0)