Fixing more typos

This commit is contained in:
Jose 2022-08-28 16:10:29 -03:00
parent 9a560fc035
commit b9955808c9
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ extension to the browser.
To do that you could follow the luakit manual:
#+begin_quote
* Add require "adblock" and require "adblock_chrome" to your rc.lua.
* Download AdblockPlus-compatible filter lists to the adblock directory. Multiple lists are supported. EasyList is the most popular Adblock Plus filter list, and can be downloaded from https://easylist.to/.
* Filter lists downloaded to the adblock directory must have a filename ending in .txt in order to be loaded.
* Filter lists need to be updated regularly (~weekly), use cron!
* Add require "adblock" and require "adblock_chrome" to your rc.lua.
* Download AdblockPlus-compatible filter lists to the adblock directory. Multiple lists are supported. EasyList is the most popular Adblock Plus filter list, and can be downloaded from https://easylist.to/.
* Filter lists downloaded to the adblock directory must have a filename ending in .txt in order to be loaded.
* Filter lists need to be updated regularly (~weekly), use cron!
#+end_quote