From 277cec443ae35cdcc00ec3b67bbf6174a942dfcc Mon Sep 17 00:00:00 2001 From: Will White Date: Tue, 9 Feb 2016 12:55:50 +0000 Subject: [PATCH] watchpost logging MDN watchpost documentation and "Developing without browser restarts" sections aren't linked. I spent time working out why extension wasn't logging with watchpost. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4a53c..7719b12 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ To run just a specific type of test (functional, unit), run the associated scrip You must have the [Extension Auto-Installer](https://addons.mozilla.org/en-US/firefox/addon/autoinstaller/) installed on a pre-production Firefox and you need to use a profile that sets `xpinstall.signatures.required` to `false` -([more info](http://www.ghacks.net/2015/06/19/how-to-disable-the-firefox-40-add-on-signing-requirement/)). +([more info](http://www.ghacks.net/2015/06/19/how-to-disable-the-firefox-40-add-on-signing-requirement/)). For logging with `watchpost`, also see [Developing without browser restarts](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm#Developing_without_browser_restarts). ### Usage