From 54e293f2b98f3be9645cd7a022ab981fb1fad083 Mon Sep 17 00:00:00 2001
From: Thomas <Synzvato@users.noreply.github.com>
Date: Sun, 3 Apr 2016 15:36:02 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5d3a2e3..d040494 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Decentraleyes
 =============
 
-A [Firefox add-on](https://addons.mozilla.org/firefox/addon/decentraleyes) that emulates Content Delivery Networks (CDN's) locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required.  The extension can easily be tested by visiting: https://decentraleyes.org/test
+A [Firefox add-on](https://addons.mozilla.org/firefox/addon/decentraleyes) that emulates Content Delivery Networks (CDNs) locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required. Feel free to use this [testing utility](https://decentraleyes.org/test) to see if it's properly installed, enabled, and correctly configured.
 
 > **Note:** Decentraleyes is no silver bullet, but it does prevent a lot of websites from making you send these kinds of requests. Ultimately, you can make Decentraleyes block requests for any missing CDN resources, too.
 
@@ -44,4 +44,4 @@ Suggestions in the form of **Issues** and contributions in the form of **Pull Re
 
 ## License
 
-[MPL 2.0](https://www.mozilla.org/MPL/2.0).
+[MPL-2.0](https://www.mozilla.org/MPL/2.0).
-- 
GitLab