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

Skip to content

Commit 1a89f1b

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent fcfcd55 commit 1a89f1b

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

5858
#### order( x )
@@ -103,7 +103,7 @@ import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@esm/index
103103
import slice from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice@esm/index.mjs';
104104
import E from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@esm/index.mjs';
105105
import S from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@esm/index.mjs';
106-
import order from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@esm/index.mjs';
106+
import order from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@v0.2.2-esm/index.mjs';
107107
108108
// Create an array:
109109
var x = zeros( [ 10, 10, 10, 10 ] );

0 commit comments

Comments
 (0)
0