From 14b544c20a03e4e2aa1f46286ff8d47ec2ecc7e2 Mon Sep 17 00:00:00 2001
From: chrome <chrome@noreply.codeberg.org>
Date: Wed, 1 Jul 2020 16:29:39 +0200
Subject: [PATCH] Update 'subfiles/chromium_tor.md'

---
 subfiles/chromium_tor.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subfiles/chromium_tor.md b/subfiles/chromium_tor.md
index 0ef47c6386..8bdd43eb8a 100644
--- a/subfiles/chromium_tor.md
+++ b/subfiles/chromium_tor.md
@@ -13,12 +13,12 @@
 
 5. Change it like this.
 
-````
+```
 function FindProxyForURL(url, host){
     if (shExpMatch(host,"*.onion")){return "SOCKS5 127.0.0.1:9050";}
     if (shExpMatch(host,"www.cloudflare.com")||shExpMatch(host,"www.nsa.gov")){return "SOCKS5 0.0.0.0:7";}
 	return "SOCKS5 127.0.0.1:9050";
-}
+\}
 ```
 
 6. Open Chromium > 3 dots > `More Tools` > `Extensions`