Skip to content

Commit 5aedb69

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent a81ef5d commit 5aedb69

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
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import PATH_SEP_POSIX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-path-sep-posix@esm/index.mjs';
45+
import PATH_SEP_POSIX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-path-sep-posix@v0.2.1-esm/index.mjs';
4646
```
4747

4848
#### PATH_SEP_POSIX
@@ -70,7 +70,7 @@ var sep = PATH_SEP_POSIX;
7070
<body>
7171
<script type="module">
7272
73-
import PATH_SEP_POSIX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-path-sep-posix@esm/index.mjs';
73+
import PATH_SEP_POSIX from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-path-sep-posix@v0.2.1-esm/index.mjs';
7474
7575
var path = 'foo/bar/baz';
7676
var parts = path.split( PATH_SEP_POSIX );

0 commit comments

Comments
 (0)