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 7af5ef0 commit 2834651Copy full SHA for 2834651
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@esm/index.mjs';
+import isURI from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-uri@v0.2.1-esm/index.mjs';
46
```
47
48
#### isURI( value )
@@ -99,7 +99,7 @@ bool = isURI( true );
99
<body>
100
<script type="module">
101
102
103
104
/* Valid */
105
0 commit comments