Skip to content

Commit de0c24a

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 13f3539 commit de0c24a

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 setReadOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-read-only-accessor@deno/mod.js';
45+
import setReadOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-read-only-accessor@v0.2.2-deno/mod.js';
4646
```
4747

4848
#### setReadOnlyAccessor( obj, prop, getter )
@@ -85,7 +85,7 @@ obj.foo = 'boop';
8585
<!-- eslint no-undef: "error" -->
8686

8787
```javascript
88-
import setReadOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-read-only-accessor@deno/mod.js';
88+
import setReadOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-read-only-accessor@v0.2.2-deno/mod.js';
8989

9090
function Foo( name ) {
9191
if ( !(this instanceof Foo) ) {

0 commit comments

Comments
 (0)