8000 Update README.md for Deno bundle v0.2.1 · stdlib-js/utils-while@083c02a · GitHub
[go: up one dir, main page]

Skip to content

Commit 083c02a

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 4e4317b commit 083c02a

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

5858
#### whilst( predicate, fcn\[, thisArg ] )
@@ -125,7 +125,7 @@ console.log( context.count );
125125

126126
```javascript
127127
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
128-
import whilst from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-while@deno/mod.js';
128+
import whilst from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-while@v0.2.1-deno/mod.js';
129129

130130
function predicate() {
131131
return ( randu() > 0.05 );

0 commit comments

Comments
 (0)
0