Skip to content

Commit e8b515d

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent a11e76a commit e8b515d

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

4848
#### isURI( value )
@@ -94,7 +94,7 @@ bool = isURI( true );
9494
<!-- eslint no-undef: "error" -->
9595

9696
```javascript
97-
import isURI from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-uri@deno/mod.js';
97+
import isURI from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-uri@v0.2.2-deno/mod.js';
9898

9999
/* Valid */
100100

0 commit comments

Comments
 (0)