From 7b8a6a34fee4ec3dff78da0f62caed19ee12347c Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 13 Apr 2024 23:24:16 -0400 Subject: [PATCH] update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89cd120..956ea10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Unshorten Firefox Extension and API server for revealing links behind shortened URLs. +**Supported sites**: +- t.co +- tinyurl.com + + ## Usage In order to deal with CORS, Unshorten must send links to a resolver API. @@ -16,8 +21,4 @@ Build the extension and import into Firefox. Right click on a link and choose ```shell cd extension make zip -``` - -## Supported Sites -- t.co -- tinyurl.com +``` \ No newline at end of file