Skip to content

Commit 7c01c98

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent e5cb3a0 commit 7c01c98

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

4848
#### isDataProperty( value, property )
@@ -125,7 +125,7 @@ bool = isDataProperty( obj, 'accessor' );
125125
<!-- eslint no-undef: "error" -->
126126

127127
```javascript
128-
import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@deno/mod.js';
128+
import isDataProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-data-property@v0.2.2-deno/mod.js';
129129
130130
var bool = isDataProperty( [ 'a' ], 'length' );
131131
// returns true

0 commit comments

Comments
 (0)