diff --git a/README.md b/README.md index 0af84df..ea67f84 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ TMP_FOLDER = 'myriad/static/tmp' # required for exports SYSTEM_NAME = 'Myriad' # will be shown in the title bar PAGES_NAME = 'Read More...' # will be shown in the nav bar if using custom pages SECRET_KEY = "dev" # CHANGE THIS - see wiki for details - +PRIVATE = False ``` most likely if you get an error after updating, you need to make sure your config has all the fields as sampled above. we may have added something that you now need.