Skip to content

Commit d8b101e

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent e8687c1 commit d8b101e

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

4848
#### defineProperties( obj, properties )
@@ -106,7 +106,7 @@ The `properties` parameter is an `object` whose own enumerable property values a
106106
<body>
107107
<script type="module">
108108
109-
import defineProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@esm/index.mjs';
109+
import defineProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@v0.2.2-esm/index.mjs';
110110
111111
function Person( name ) {
112112
if ( !(this instanceof Person) ) {

0 commit comments

Comments
 (0)