Skip to content

Commit c1f3577

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent c669f02 commit c1f3577

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

4848
#### isConfigurableProperty( value, property )
@@ -126,7 +126,7 @@ bool = isConfigurableProperty( obj, 'boop' );
126126
<body>
127127
<script type="module">
128128
129-
import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@esm/index.mjs';
129+
import isConfigurableProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-configurable-property@v0.2.2-esm/index.mjs';
130130
131131
var bool = isConfigurableProperty( { 'a': 'b' }, 'a' );
132132
// returns true

0 commit comments

Comments
 (0)