diff --git a/.github/README.md b/.github/README.md
index c41f0057b..4c016a35a 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -38,7 +38,7 @@ Jeg forsikrer dere også om at det såklart er fullt mulig å kontakte meg om ad
## The tools that I use:
• [Checker for redundant filter entries and for ABP syntaxes](https://abpvn.com/ruleChecker/redundantRuleChecker.html), made by Famlam. It does however not account for uBO-syntax-specific entries, nor for ABP syntaxes newer than 2017.
-• [Recentmost tool I used to test IP server availability](https://github.com/funilrys/PyFunceble), made by [Funilrys](https://github.com/funilrys).
+• [Recentmost tool I've used to test IP server availability](https://github.com/funilrys/PyFunceble), made by [Funilrys](https://github.com/funilrys).
• To easily create GitCDN links to the lists, in case anyone have list connection problems: [GitHub GitCDN Button](https://greasyfork.org/scripts/373361-github-gitcdn-button) by [mikhoul](https://greasyfork.org/users/3930-mikhoul)
• To find very similar domains for Hosts files, or to find all domains hosted by specific IP addresses (both IPv4 and IPv6): [SecurityTrails](https://securitytrails.com/)
• To look for invalidly written entries according to uBO's syntax: Use uBlock Origin, set logger to *All*, and resync the lists.
@@ -50,7 +50,7 @@ Jeg forsikrer dere også om at det såklart er fullt mulig å kontakte meg om ad
### Ways one can use [Sublime Text](https://www.sublimetext.com/) (made by Jon Skinner and Will Bond) to improve his/her filter lists:
• To sort filter entries in alphabetic order: F9 / Edit → Sort Lines
-• To remove "www." from most entries: Ctrl+H / Find → Replace…
+• To remove `www.` from most entries: Ctrl+H / Find → Replace…
• To remove duplicates: Edit → Permute Lines → Unique
• To remove duplicates across files: Paste the content of the file that shall retain its filters on top, and paste the content of the file that shall delete its duplicates on bottom.
• To remove element-rule targets from adblock files, so that the rules' domains can be run through PyFunceble: Ctrl+H / Find → Replace, turn on RegEx, and then replace `##.*` and `#?#.*` with nothing.