From 7708118e2b4c2a7f5ace2a4f1ba4246d1a9676a9 Mon Sep 17 00:00:00 2001 From: sose Date: Sun, 25 Apr 2021 05:26:29 +0000 Subject: [PATCH] Update 'readme.md' --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b3189e9..7cff635 100644 --- a/readme.md +++ b/readme.md @@ -23,13 +23,13 @@ javascript support - `npm install` - `./gen_cert` - `npm start` or `xvfb-run npm start` - - the server will listen on localhost + - The server will listen on `localhost:1965` by default ## Sigils - By default, more complex sites that are rendered by hellagate are not very pretty, and sometimes downright unreadable - For this, users can create website specific 'sigils' to display content in a - certain way, or to automate certain actions on a website. + certain way, or to automate certain actions on a website - Sigils are located in the `sigils` dir and are titled with the domain name of their corresponding website - See [writing sigils](writing_sigils.md) for more info on how to write sigils