From 45a8d71f8f0fe6f767d14ec0b43fcf8629b51c83 Mon Sep 17 00:00:00 2001 From: metaMMA Date: Sat, 5 Aug 2017 03:38:10 -0500 Subject: [PATCH] fixed header formatting --- Whitelisting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Whitelisting.md b/Whitelisting.md index 6604937..b1b9a70 100644 --- a/Whitelisting.md +++ b/Whitelisting.md @@ -1,6 +1,6 @@ RSS-Bridge supports whitelists in order to limit the available bridges on your web server. Once you have installed and accessed RSS-Bridge for the first time, a file named `whitelist.txt` will automatically be created in the root folder of RSS-Bridge. -#Specific whitelisting +# Specific whitelisting In order to specifically whitelist bridges, open `whitelist.txt` and add one line for each bridge you want to show. Make sure you use normal [line-feeds](https://en.wikipedia.org/wiki/Newline "Line-feed") at the end of a line (LF not [CRLF](https://en.wikipedia.org/wiki/Carriage_return "Carriage-return line-feed")). The bridge name must match the filename of the bridge in the bridges folder (see [folder structure](Folder-structure)). The name may or may not include the 'Bridge' part. @@ -19,7 +19,7 @@ Wikipedia Twitter ``` -#Global whitelisting +# Global whitelisting In order to globally whitelist all bridges, open the `whitelist.txt` file, remove all contents and just write an asterisk `*` into the file (only this one character).