8000 Update README.md for Deno bundle v0.2.2 · stdlib-js/ndarray-slice-to@4ede7c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ede7c6

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 31c1d94 commit 4ede7c6

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

5858
#### sliceTo( x, ...stop\[, options] )
@@ -204,7 +204,7 @@ arr = ndarray2array( y );
204204
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js';
205205
import ndarray2array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@deno/mod.js';
206206
import zeroTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@deno/mod.js';
207-
import sliceTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-to@deno/mod.js';
207+
import sliceTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-to@v0.2.2-deno/mod.js';
208208

209209
// Create a linear ndarray buffer:
210210
var buf = zeroTo( 27 );

0 commit comments

Comments
 (0)
0