File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
7575var path = ' foo/bar/baz' ;
7676var parts = path .split ( PATH_SEP_POSIX );
You can’t perform that action at this time.
0 commit comments