aboutsummaryrefslogtreecommitdiff
path: root/plugins/libre_redirect/README.md
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-02-05 03:21:30 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-02-05 03:21:30 +0100
commit353d0ffad7c1810d2c5a87d73f6649bcbc55aad4 (patch)
tree5821596e151ae561c653a3ee5306651fbbf2c5d0 /plugins/libre_redirect/README.md
parentbe043958f056264788cb92445890337b2674510c (diff)
feat: add plugin to customize css for individual websites...
and how to enable it. Also tweak README.mds
Diffstat (limited to 'plugins/libre_redirect/README.md')
-rw-r--r--plugins/libre_redirect/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/libre_redirect/README.md b/plugins/libre_redirect/README.md
index 01add9c..7b32370 100644
--- a/plugins/libre_redirect/README.md
+++ b/plugins/libre_redirect/README.md
@@ -6,7 +6,7 @@ To enable it:
## In build.sh
-Uncomment this line:
+In `build.sh`, uncomment this line:
```
REQS= #./plugins/*/*.c
@@ -52,4 +52,4 @@ void redirect_if_annoying(WebKitWebView *view, const char *uri){
break;
-``` \ No newline at end of file
+```