Skip to content

Commit 9fc2b8d

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 84ce21a commit 9fc2b8d

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 inheritedEnumerablePropertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@esm/index.mjs';
47+
import inheritedEnumerablePropertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.1-esm/index.mjs';
4848
```
4949

5050
#### inheritedEnumerablePropertySymbols( obj\[, level] )
@@ -115,7 +115,7 @@ var symbols = inheritedEnumerablePropertySymbols( [], 1 );
115115
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs';
116116
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs';
117117
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
118-
import inheritedEnumerablePropertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@esm/index.mjs';
118+
import inheritedEnumerablePropertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.1-esm/index.mjs';
119119
120120
var hasSymbols = hasSymbolSupport();
121121
var symbols;

0 commit comments

Comments
 (0)