Skip to content

Commit d27e36d

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 0e57c6c commit d27e36d

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

4848
#### objectKeys( obj )
@@ -81,7 +81,7 @@ var keys = objectKeys( obj );
8181
<!-- eslint no-undef: "error" -->
8282

8383
```javascript
84-
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@deno/mod.js';
84+
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@v0.2.2-deno/mod.js';
8585

8686
function Foo() {
8787
this.beep = 'boop';

0 commit comments

Comments
 (0)