Skip to content

Commit 0a4ae5a

Browse files
committed
Update README.md for Deno bundle v0.1.0
1 parent 9e24749 commit 0a4ae5a

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

4848
#### defineProperties( obj, properties )
@@ -101,7 +101,7 @@ The `properties` parameter is an `object` whose own enumerable property values a
101101
<!-- eslint no-undef: "error", no-restricted-syntax: "off" -->
102102

103103
```javascript
104-
import defineProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@deno/mod.js';
104+
import defineProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@v0.1.0-deno/mod.js';
105105

106106
function Person( name ) {
107107
if ( !(this instanceof Person) ) {

0 commit comments

Comments
 (0)