8000 Update README.md for Deno bundle v0.2.2 · stdlib-js/ndarray-order@5db38a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5db38a8

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 3d5ef5d commit 5db38a8

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

5858
#### order( x )
@@ -98,7 +98,7 @@ import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.
9898
import slice from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice@deno/mod.js';
9999
import E from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@deno/mod.js';
100100
import S from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@deno/mod.js';
101-
import order from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@deno/mod.js';
101+
import order from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@v0.2.2-deno/mod.js';
102102

103103
// Create an array:
104104
var x = zeros( [ 10, 10, 10, 10 ] );

0 commit comments

Comments
 (0)
0