Skip to content

Commit 287c8c6

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 595edb7 commit 287c8c6

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 enumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@deno/mod.js';
45+
import enumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1-deno/mod.js';
4646
```
4747

4848
#### enumerableProperties( obj )
@@ -83,7 +83,7 @@ var props = enumerableProperties( obj );
8383
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js';
8484
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js';
8585
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
86-
import enumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@deno/mod.js';
86+
import enumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1-deno/mod.js';
8787

8888
var hasSymbols = hasSymbolSupport();
8989
var props;

0 commit comments

Comments
 (0)