Skip to content

Commit 9fcefad

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 07befc3 commit 9fcefad

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

4848
#### writablePropertyNamesIn( obj )
@@ -89,7 +89,7 @@ var keys = writablePropertyNamesIn( obj );
8989

9090
```javascript
9191
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js';
92-
import writablePropertyNamesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-property-names-in@deno/mod.js';
92+
import writablePropertyNamesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-property-names-in@v0.2.2-deno/mod.js';
9393

9494
function Foo() {
9595
this.a = {

0 commit comments

Comments
 (0)