Skip to content

Commit 90f3d40

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent b3123f6 commit 90f3d40

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

4848
#### isConfigurableProperty( value, property )
@@ -121,7 +121,7 @@ bool = isConfigurableProperty( obj, 'boop' );
121121
<!-- eslint no-undef: "error" -->
122122

123123
```javascript
124-
import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@deno/mod.js';
124+
import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@v0.2.2-deno/mod.js';
125125
126126
var bool = isConfigurableProperty( { 'a': 'b' }, 'a' );
127127
// returns true

0 commit comments

Comments
 (0)