diff --git a/README.md b/README.md index 986c290..f1fbc2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -url -=== +URL parser written in JavaScript. Attempted to implement the +[URL Standard](https://url.spec.whatwg.org/) though is no longer actively maintained. -URL parser in JavaScript - -See https://github.com/Polymer/url for a version that is more likely maintained. +* See [`Polymer/url`](https://github.com/Polymer/url) for a version that is more likely +maintained. +* See the `url/` directory in +[`w3c/web-platform-tests`](https://github.com/w3c/web-platform-tests) for a maintained +version of the test suite.