Corrected typo

This commit is contained in:
Bernd Bestel 2018-07-12 21:21:51 +02:00
parent 09b2cfc46a
commit 8d917aee12
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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 `</body>` on every page
- When the file `data/custom.css` exists, the contents of the file be added just before `</head>` on every page
- When the file `data/custom.js` exists, the contents of the file will be added just before `</body>` (end of body) on every page
- When the file `data/custom.css` exists, the contents of the file will be added just before `</head>` (end of head) on every page
## Screenshots
#### Dashboard