Skip to content

Commit 941fb67

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 535dee0 commit 941fb67

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

5858
#### iterAtan( iterator )
@@ -115,7 +115,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
115115
<script type="module">
116116
117117
import uniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@esm/index.mjs';
118-
import iterAtan from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@esm/index.mjs';
118+
import iterAtan from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@v0.2.2-esm/index.mjs';
119119
120120
// Create a seeded iterator for generating pseudorandom numbers:
121121
var rand = uniform( -2.0, 2.0, {

0 commit comments

Comments
 (0)