Skip to content

Commit c4571ff

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent ad43e46 commit c4571ff

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

4848
#### objectKeys( obj )
@@ -86,7 +86,7 @@ var keys = objectKeys( obj );
8686
<body>
8787
<script type="module">
8888
89-
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@esm/index.mjs';
89+
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@v0.2.1-esm/index.mjs';
9090
9191
function Foo() {
9292
this.beep = 'boop';

0 commit comments

Comments
 (0)