Skip to content

Commit 3546a5e

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent e57da7b commit 3546a5e

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

5050
#### inheritedEnumerablePropertySymbols( obj\[, level] )
@@ -110,7 +110,7 @@ var symbols = inheritedEnumerablePropertySymbols( [], 1 );
110110
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js';
111111
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js';
112112
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
113-
import inheritedEnumerablePropertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@deno/mod.js';
113+
import inheritedEnumerablePropertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.1-deno/mod.js';
114114

115115
var hasSymbols = hasSymbolSupport();
116116
var symbols;

0 commit comments

Comments
 (0)