Skip to content

Commit 54a3fef

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 8be925f commit 54a3fef

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

4848
#### isDataPropertyIn( value, property )
@@ -131,7 +131,7 @@ bool = isDataPropertyIn( obj, 'accessor' );
131131
<!-- eslint no-undef: "error" -->
132132

133133
```javascript
134-
import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@deno/mod.js';
134+
import isDataPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property-in@v0.2.2-deno/mod.js';
135135
136136
var bool = isDataPropertyIn( [ 'a' ], 'length' );
137137
// returns true

0 commit comments

Comments
 (0)