Skip to content

Commit fed53a8

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 7ff9bab commit fed53a8

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 fromCodePoint from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-from-code-point@esm/index.mjs';
55+
import fromCodePoint from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-from-code-point@v0.2.2-esm/index.mjs';
5656
```
5757

5858
#### fromCodePoint( pt1\[, pt2\[, pt3\[, ...]]] )
@@ -117,7 +117,7 @@ out = fromCodePoint( new Uint16Array( [ 97, 98, 99 ] ) );
117117
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
118118
import floor from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-floor@esm/index.mjs';
119119
import UNICODE_MAX_BMP from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-unicode-max-bmp@esm/index.mjs';
120-
import fromCodePoint from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-from-code-point@esm/index.mjs';
120+
import fromCodePoint from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-from-code-point@v0.2.2-esm/index.mjs';
121121
122122
var x;
123123
var i;

0 commit comments

Comments
 (0)