Skip to content

Commit 7e54296

Browse files
committed
Update README.md for Deno bundle v0.1.1
1 parent f01c409 commit 7e54296

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 iterLog1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-log1p@deno/mod.js';
55+
import iterLog1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-log1p@v0.1.1-deno/mod.js';
5656
```
5757

5858
#### iterLog1p( iterator )
@@ -109,7 +109,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
109109

110110
```javascript
111111
import uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@deno/mod.js';
112-
import iterLog1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-log1p@deno/mod.js';
112+
import iterLog1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-log1p@v0.1.1-deno/mod.js';
113113

114114
// Create a seeded iterator for generating pseudorandom numbers:
115115
var rand = uniform( 0.0, 1000.0, {

0 commit comments

Comments
 (0)