Skip to content

Commit 90ef923

Browse files
committed
Update README.md for Deno bundle v0.1.0
1 parent 369a96b commit 90ef923

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

5858
#### iterAtan( iterator )
@@ -110,7 +110,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
110110

111111
```javascript
112112
import uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@deno/mod.js';
113-
import iterAtan from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@deno/mod.js';
113+
import iterAtan from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@v0.1.0-deno/mod.js';
114114

115115
// Create a seeded iterator for generating pseudorandom numbers:
116116
var rand = uniform( -2.0, 2.0, {

0 commit comments

Comments
 (0)