diff --git a/README.md b/README.md index f3cf6d6..ab8a510 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This small project provides a web based viewer for comics in the CBZ and CBR for * Create a MySQL/MariaDB database for the app with privileges granted to a user * Import the `install/initial_db_mysql.sql` database structure * Change the ownership of the `comics/` and `thumbs/` folders to the web server user -* Copy the `variables-dist.php` file to `variables.php` and edit that file appropriately +* Copy the `config-dist.php` file to `config.php` and edit that file appropriately * Set up the cron job for things in [cron/](cron/). If installing on a systemd OS see services below. ## Services