Skip to content

Commit 1cf6b3e

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 7680488 commit 1cf6b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

5454
```javascript
55-
import modes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@esm/index.mjs';
55+
import modes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@v0.2.1-esm/index.mjs';
5656
```
5757

5858
You can also import the following named exports from the package:
5959

6060
```javascript
61-
import { enum } from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@esm/index.mjs';
61+
import { enum } from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@v0.2.1-esm/index.mjs';
6262
```
6363

6464
#### modes()
@@ -104,7 +104,7 @@ The output array contains the following modes:
104104
<script type="module">
105105
106106
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@esm/index.mjs';
107-
import modes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@esm/index.mjs';
107+
import modes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-index-modes@v0.2.1-esm/index.mjs';
108108
109109
var MODES = modes();
110110

0 commit comments

Comments
 (0)