From e83eb0b88bf9f5dc543e33c6ed79441475f7ed44 Mon Sep 17 00:00:00 2001 From: Trevor Rowbotham Date: Thu, 20 Jun 2024 20:57:26 -0400 Subject: [PATCH] Add demo link to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0baa3c9..5afa1d5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ A [WHATWG URL](https://url.spec.whatwg.org/) spec compliant URL parser for working with URLs and their query strings. This API offers 2 objects that you can use to help you work with URLs; [URL](#url) and [URLSearchParams](#urlsearchparams). +## Demo + +Checkout an interactive demo [here](https://url-demo.trowbotham.com/). ## Requirements