We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11e76a commit e8b515dCopy full SHA for e8b515d
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import isURI from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-uri@deno/mod.js';
+import isURI from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-uri@v0.2.2-deno/mod.js';
46
```
47
48
#### isURI( value )
@@ -94,7 +94,7 @@ bool = isURI( true );
94
<!-- eslint no-undef: "error" -->
95
96
97
98
99
/* Valid */
100
0 commit comments