From e7dfd8643e3438caa33305936961cbfc064132c8 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 11 Aug 2020 00:32:39 +0200 Subject: [PATCH] README.md: add missing \n That's what you get when using the gitlab web editor :p --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d89c099..c98c946 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ Firefox' developer tools include a [remote debugger](https://developer.mozilla.o * On your PC * Scroll down to Processes, Main Process, and click "Inspect" * Now use the "Pick an element" button as described in the introduction. Find the `userChrome.css` file in the "Style editor" tab and edit it as you like. - * Consider copy pasting the contents to a text editor every now and then, so you don't lose it when closing Firefox by accident. \ No newline at end of file + * Consider copy pasting the contents to a text editor every now and then, so you don't lose it when closing Firefox by accident.