Skip to content

Commit 0e527ac

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 1164413 commit 0e527ac

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

5858
#### nullaryLoopOrder( shape, stridesX )
@@ -112,7 +112,7 @@ For all returned arrays, the first element corresponds to the innermost loop, an
112112
<script type="module">
113113
114114
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
115-
import loopOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-nullary-loop-interchange-order@esm/index.mjs';
115+
import loopOrder from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-nullary-loop-interchange-order@v0.2.1-esm/index.mjs';
116116
117117
// Create an ndarray:
118118
var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );

0 commit comments

Comments
 (0)