From 4a54f93ec922a3bcfd8217c19308026bf8370af2 Mon Sep 17 00:00:00 2001 From: rebloor Date: Wed, 4 Mar 2020 06:38:15 +1300 Subject: [PATCH] README type of fix (#444) Removed unnecessary parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953b6aa..f4235b2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use the repository, first clone it. Each example is in a top-level folder and includes a short README explaining what it does. To see how an example works, install it in Firefox by following -the ([installation instructions](#installing-an-example). +the [installation instructions](#installing-an-example). To find your way around a WebExtension's internal structure, have a look at the [Anatomy of a WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Anatomy_of_a_WebExtension)