Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the readme to also instruct the user to remove the `let` keyword in data/appConfig.js
  • Loading branch information
owenleonard committed Jul 10, 2020
1 parent 15398e0 commit bb553f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,8 +40,8 @@ the container please moint a volume in ``/var/www/html/data/``

# Config
You can configure the visualization frontend via ``appConfig.js``
copy the ``/js/appConfig.example.js`` into ``/data/appConfig.js`` (where your volume should be mounted)

copy the ``/js/appConfig.example.js`` into ``/data/appConfig.js`` (where your volume should be mounted).
Change ``let appConfig = {`` to ``appConfig = {`` in /data/appConfig.js

#### Libs used
1. Bootstrap 4 - alpha
Expand Down

0 comments on commit bb553f2

Please sign in to comment.