Skip to content

Commit aa569cd

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent cb01be2 commit aa569cd

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@deno/mod.js';
51+
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1-deno/mod.js';
5252
```
5353

5454
#### strided2array5d( x, shape, strides, offset )
@@ -96,7 +96,7 @@ The function accepts the following arguments:
9696
import zeroTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@deno/mod.js';
9797
import numel from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@deno/mod.js';
9898
import shape2strides from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-shape2strides@deno/mod.js';
99-
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@deno/mod.js';
99+
import strided2array5d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1-deno/mod.js';
100100

101101
var shape = [ 1, 1, 3, 3, 3 ];
102102

0 commit comments

Comments
 (0)