Skip to content

Commit 73922f6

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 8638b05 commit 73922f6

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

5858
#### sliceDimensionTo( x, dim, stop\[, options] )
@@ -159,7 +159,7 @@ arr = ndarray2array( y );
159159
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
160160
import ndarray2array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@esm/index.mjs';
161161
import zeroTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@esm/index.mjs';
162-
import sliceDimensionTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@esm/index.mjs';
162+
import sliceDimensionTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@v0.2.2-esm/index.mjs';
163163
164164
// Create a linear ndarray buffer:
165165
var buf = zeroTo( 27 );

0 commit comments

Comments
 (0)