Skip to content

Commit 94aa699

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 378efcc commit 94aa699

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 ifelse from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-if-else@esm/index.mjs';
55+
import ifelse from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-if-else@v0.2.1-esm/index.mjs';
5656
```
5757

5858
#### ifelse( bool, x, y )
@@ -94,7 +94,7 @@ z = ifelse( false, 1.0, -1.0 );
9494
<script type="module">
9595
9696
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
97-
import ifelse from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-if-else@esm/index.mjs';
97+
import ifelse from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-if-else@v0.2.1-esm/index.mjs';
9898
9999
var z;
100100
var i;

0 commit comments

Comments
 (0)