diff --git a/readme.md b/readme.md index d62dbf9..53ed990 100644 --- a/readme.md +++ b/readme.md @@ -257,7 +257,7 @@ is.urlInstance(url); ### .url(value) -Returns `true` if `value` is a URL. +Returns `true` if `value` is a URL string. Note: this only does basic checking using the [`URL` class](https://developer.mozilla.org/en-US/docs/Web/API/URL) constructor.