Skip to content

Commit baba0dd

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent 93c50f2 commit baba0dd

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

4848
#### isDataPropertyIn( value, property )
@@ -136,7 +136,7 @@ bool = isDataPropertyIn( obj, 'accessor' );
136136
<body>
137137
<script type="module">
138138
139-
import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@esm/index.mjs';
139+
import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@v0.2.2-esm/index.mjs';
140140
141141
var bool = isDataPropertyIn( [ 'a' ], 'length' );
142142
// returns true

0 commit comments

Comments
 (0)