Skip to content

Commit e09bc4a

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 3c8683b commit e09bc4a

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
@@ -78,7 +78,7 @@ For large values, the scaled [complementary error function][complementary-error-
7878
## Usage
7979

8080
```javascript
81-
import erfcx from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@esm/index.mjs';
81+
import erfcx from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.2-esm/index.mjs';
8282
```
8383

8484
#### erfcx( x )
@@ -126,7 +126,7 @@ var y = erfcx( NaN );
126126
<script type="module">
127127
128128
import linspace from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-linspace@esm/index.mjs';
129-
import erfcx from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@esm/index.mjs';
129+
import erfcx from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.2-esm/index.mjs';
130130
131131
var x = linspace( -30.0, 30.0, 100 );
132132

0 commit comments

Comments
 (0)