Skip to content

Commit b871301

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent 249ecda commit b871301

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
@@ -44,7 +44,7 @@ limitations under the License.
4444
<!-- eslint-disable id-length -->
4545

4646
```javascript
47-
import inheritedWritableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@esm/index.mjs';
47+
import inheritedWritableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.0-esm/index.mjs';
4848
```
4949

5050
#### inheritedWritableProperties( obj\[, level] )
@@ -143,7 +143,7 @@ var pros = inheritedWritableProperties( f, 1 );
143143
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs';
144144
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
145145
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs';
146-
import inheritedWritableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@esm/index.mjs';
146+
import inheritedWritableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.0-esm/index.mjs';
147147
148148
var hasSymbols = hasSymbolSupport();
149149
var props;

0 commit comments

Comments
 (0)