Skip to content

Commit 4d03ff3

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent c1a6f7c commit 4d03ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import trythen from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@esm/index.mjs';
55+
import trythen from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@v0.2.1-esm/index.mjs';
5656
```
5757

5858
#### trythen( x, y )
@@ -133,7 +133,7 @@ var z = trythen( x, y );
133133
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
134134
import ceil from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-ceil@esm/index.mjs';
135135
import repeatString from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-repeat@esm/index.mjs';
136-
import trythen from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@esm/index.mjs';
136+
import trythen from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-try-then@v0.2.1-esm/index.mjs';
137137
138138
var z;
139139
var i;

0 commit comments

Comments
 (0)