aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:34:26 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:34:26 +0000
commit87b1cd4936c6ad671c0cf6efc10f856454ac65f3 (patch)
treec2e0670c3de6e89bc91f9bad3b8a67516bec1374 /README.md
parente036148e9df9c5e032cb26c42614d65a6e4b3695 (diff)
Enforce .editorconfig
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b008f1c..2d787f3 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@ This repository hosts the source code which (eventually) powers my website: http
The web app runs on NodeJS using [Express](https://www.npmjs.com/package/express) and renders web pages with [ejs](https://www.npmjs.com/package/ejs). It parses content pages written in a markup language (currently [Wikitext](https://en.wikipedia.org/wiki/Help:Wikitext)) from the `pages/` directory and renders them as HTML.
## Building
-Instructions to build and deploy the web app will be written here whenever it is finished. \ No newline at end of file
+Instructions to build and deploy the web app will be written here whenever it is finished.