Skip to content

Commit db273a6

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 36c78db commit db273a6

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

5858
<a name="main"></a>
@@ -205,7 +205,7 @@ var o = ms.toJSON();
205205

206206
```javascript
207207
import S from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@deno/mod.js';
208-
import MultiSlice from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@deno/mod.js';
208+
import MultiSlice from 'https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@v0.2.1-deno/mod.js';
209209

210210
// Alias `undefined` for more concise expressions:
211211
var _ = void 0;

0 commit comments

Comments
 (0)