Skip to content

Commit 25649c6

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent 7c229a7 commit 25649c6

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 nonEnumerablePropertyNamesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@deno/mod.js';
47+
import nonEnumerablePropertyNamesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@v0.2.0-deno/mod.js';
4848
```
4949

5050
#### nonEnumerablePropertyNamesIn( obj )
@@ -95,7 +95,7 @@ var keys = nonEnumerablePropertyNamesIn( obj );
9595

9696
```javascript
9797
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js';
98-
import nonEnumerablePropertyNamesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@deno/mod.js';
98+
import nonEnumerablePropertyNamesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nonenumerable-property-names-in@v0.2.0-deno/mod.js';
9999

100100
function Foo() {
101101
this.beep = 'boop';

0 commit comments

Comments
 (0)