Skip to content

Commit 5e248ae

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 65fa3fc commit 5e248ae

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

5858
#### doWhile( fcn, predicate\[, thisArg ] )
@@ -130,7 +130,7 @@ console.log( context.count );
130130
<script type="module">
131131
132132
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
133-
import doWhile from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-do-while@esm/index.mjs';
133+
import doWhile from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-do-while@v0.2.1-esm/index.mjs';
134134
135135
function predicate() {
136136
return ( randu() > 0.05 );

0 commit comments

Comments
 (0)