From 8d917aee1278e39e8b3ca9f4dd721f55e63c6c8e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 12 Jul 2018 21:21:51 +0200 Subject: [PATCH] Corrected typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2dffbe4..d9bba0ee 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Database schema migration is automatically done when visiting the root (`/`) rou When the file `data/demo.txt` exists, the application will work in a demo mode which means authentication is disabled and some demo data will be generated during the database schema migration. ### Adding your own CSS or JS without to have to modify the application itself -- When the file `data/custom.js` exists, the contents of the file be added just before `` on every page -- When the file `data/custom.css` exists, the contents of the file be added just before `` on every page +- When the file `data/custom.js` exists, the contents of the file will be added just before `` (end of body) on every page +- When the file `data/custom.css` exists, the contents of the file will be added just before `` (end of head) on every page ## Screenshots #### Dashboard