Skip to content

Commit 4b4fce6

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 8039f07 commit 4b4fce6

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 isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@esm/index.mjs';
45+
import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### isDataProperty( value, property )
@@ -130,7 +130,7 @@ bool = isDataProperty( obj, 'accessor' );
130130
<body>
131131
<script type="module">
132132
133-
import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@esm/index.mjs';
133+
import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@v0.2.2-esm/index.mjs';
134134
135135
var bool = isDataProperty( [ 'a' ], 'length' );
136136
// returns true

0 commit comments

Comments
 (0)