Skip to content

Commit af18675

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent 4cbda48 commit af18675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import mapRight from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@deno/mod.js';
55+
import mapRight from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0-deno/mod.js';
5656
```
5757

5858
You can also import the following named exports from the package:
5959

6060
```javascript
61-
import { assign } from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@deno/mod.js';
61+
import { assign } from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0-deno/mod.js';
6262
```
6363

6464
<a name="fcn-map-right"></a>
@@ -262,7 +262,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
262262
import naryFunction from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js';
263263
import abs2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-abs2@deno/mod.js';
264264
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js';
265-
import mapRight from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@deno/mod.js';
265+
import mapRight from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0-deno/mod.js';
266266

267267
function fill( i ) {
268268
var rand = discreteUniform( -10*(i+1), 10*(i+1) );

0 commit comments

Comments
 (0)