Skip to content

Commit 5f2aa05

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent adf8738 commit 5f2aa05

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 isOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@esm/index.mjs';
55+
import isOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@v0.2.1-esm/index.mjs';
5656
```
5757

5858
#### isOrder( value )
@@ -93,7 +93,7 @@ bool = isOrder( 'column-major' );
9393
<body>
9494
<script type="module">
9595
96-
import isOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@esm/index.mjs';
96+
import isOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@v0.2.1-esm/index.mjs';
9797
9898
var bool = isOrder( 'row-major' );
9999
// returns true

0 commit comments

Comments
 (0)