Skip to content

Commit 2fb1064

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 63bfa2d commit 2fb1064

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

4848
#### enumerableProperties( obj )
@@ -88,7 +88,7 @@ var props = enumerableProperties( obj );
8888
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs';
8989
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs';
9090
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
91-
import enumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@esm/index.mjs';
91+
import enumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-enumerable-properties@v0.2.1-esm/index.mjs';
9292
9393
var hasSymbols = hasSymbolSupport();
9494
var props;

0 commit comments

Comments
 (0)