diff options
Diffstat (limited to 'ext/url/README.md')
-rw-r--r-- | ext/url/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/url/README.md b/ext/url/README.md index 991dd8b20..519c2823e 100644 --- a/ext/url/README.md +++ b/ext/url/README.md @@ -1,5 +1,6 @@ # deno_url -This crate implements the URL API for Deno. +This crate implements the URL, and URLPattern APIs for Deno. -Spec: https://url.spec.whatwg.org/ +URL Spec: https://url.spec.whatwg.org/ URLPattern Spec: +https://wicg.github.io/urlpattern/ |