about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 099717a7..09ddf433 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,6 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to altern
 [![Codeberg](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/codeberg.svg)](https://codeberg.org/LibRedirect/libredirect)  
 [![GitHub](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/github.svg)](https://github.com/libredirect/libredirect/)  
 
-
 ## Translate
 
 [![Weblate](./img/weblate.svg)](https://hosted.weblate.org/projects/libredirect/extension)
@@ -72,9 +71,11 @@ npm install
 ```
 
 To generate html that uses `config.json` (needed to develop/build the extention), run:
+
 ```
 npm run ejs
 ```
+
 Afterwards, you will need to run it if you modify `config.json` or any files ending with .ejs.
 
 ### Build the extention zip archive: