From de838d62063b57f4ea6684b620e6b0f9e61e3a41 Mon Sep 17 00:00:00 2001
From: David Byers <david.byers@liu.se>
Date: Thu, 11 Feb 2021 15:38:19 +0100
Subject: [PATCH] Updated README.

---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 6f6f615..9af0c87 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-# ATP Safe Links Cleaner
+# Safe Links Cleaner
 
 This extension cleans up the display of links rewritten by Microsoft
 Defender for Office 365 Advanced Threat Protection. Unlike many
 similar extensions it does not change the links, but does ensure that
 they are displayed in such a way that the original link is accessible.
 
-The extension currently builds for Thunderbird and Firefox (it will
-only affect links on office.com and office365.com).
+The extension currently builds for Thunderbird, Firefox and Edge (it
+will only affect links on office.com and office365.com).
 
 * Links in plain text email are changed so the original link is
   displayed.
@@ -15,8 +15,8 @@ only affect links on office.com and office365.com).
 
 * The context menu for rewritten links has a "copy original link item".
 
-* When responding to a message in Thunderbird, rewritten links are
-  replaced by the original links.
+* When responding to a message, rewritten links are replaced by the
+  original links.
 
 ## Known issues
 
@@ -25,6 +25,6 @@ only affect links on office.com and office365.com).
   This may be picked up on this when you click a link and asks if you
   want to visit the original link or the safe link.
 
-* When composing a message in Thunderbird the original links are
-  restored. This process could potentially change text that isn't
-  meant to be changed but looks almost like a valid safe link.
+* When composing a message the original links are restored. This
+  process could potentially change text that isn't meant to be changed
+  but looks almost like a valid safe link.
-- 
GitLab