Skip to content

Commit e735667

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent a6027fc commit e735667

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
@@ -48,7 +48,7 @@ limitations under the License.
4848
## Usage
4949

5050
```javascript
51-
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@esm/index.mjs';
51+
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1-esm/index.mjs';
5252
```
5353

5454
#### strided2array5d( x, shape, strides, offset )
@@ -101,7 +101,7 @@ The function accepts the following arguments:
101101
import zeroTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@esm/index.mjs';
102102
import numel from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@esm/index.mjs';
103103
import shape2strides from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-shape2strides@esm/index.mjs';
104-
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@esm/index.mjs';
104+
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1-esm/index.mjs';
105105
106106
var shape = [ 1, 1, 3, 3, 3 ];
107107

0 commit comments

Comments
 (0)