Skip to content

Commit c12ff9f

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent dcc98ae commit c12ff9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<!-- eslint-disable id-length -->
4545

4646
```javascript
47-
import setNonEnumerableWriteOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@deno/mod.js';
47+
import setNonEnumerableWriteOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@v0.2.2-deno/mod.js';
4848
```
4949

5050
#### setNonEnumerableWriteOnlyAccessor( obj, prop, setter )
@@ -92,7 +92,7 @@ var bool = ( val === 'boop' );
9292
<!-- eslint no-undef: "error" -->
9393

9494
```javascript
95-
import setNonEnumerableWriteOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@deno/mod.js';
95+
import setNonEnumerableWriteOnlyAccessor from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-nonenumerable-write-only-accessor@v0.2.2-deno/mod.js';
9696

9797
function Foo( secret ) {
9898
if ( !(this instanceof Foo) ) {

0 commit comments

Comments
 (0)