Skip to content

Commit 8c447f6

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 283b1c3 commit 8c447f6

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

4848
#### isReadOnlyPropertyIn( value, property )
@@ -135,7 +135,7 @@ bool = isReadOnlyPropertyIn( obj, 'accessor' );
135135
<!-- eslint no-undef: "error" -->
136136

137137
```javascript
138-
import isReadOnlyPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-read-only-property-in@deno/mod.js';
138+
import isReadOnlyPropertyIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-read-only-property-in@v0.2.1-deno/mod.js';
139139
140140
var bool = isReadOnlyPropertyIn( 'a', 'length' );
141141
// returns true

0 commit comments

Comments
 (0)