Skip to content

Commit 5e6ad5b

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 3a31a15 commit 5e6ad5b

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

5858
#### isOrder( value )
@@ -88,7 +88,7 @@ bool = isOrder( 'column-major' );
8888
<!-- eslint no-undef: "error" -->
8989

9090
```javascript
91-
import isOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@deno/mod.js';
91+
import isOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-assert-is-order@v0.2.1-deno/mod.js';
9292

9393
var bool = isOrder( 'row-major' );
9494
// returns true

0 commit comments

Comments
 (0)