diff --git a/README.md b/README.md index e1a8ef1..e55a898 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cd /var/www/vlw.se ``` ## 4. Import the database templates -There's are two SQL files in [`/src/Database/Seed/`](https://codeberg.org/vlw/vlw.se/src/branch/master/src/Database/Seed) that you can use to initialize the two databases required for this website. +There's are two SQL files in [`/src/Database/Seeds/`](https://codeberg.org/vlw/vlw.se/src/branch/master/src/Database/Seeds) that you can use to initialize the two databases required for this website. - `vlw` - This database has the website data and should be added to the `db` variable under `server_database` in `/.env.ini` - `vlw_reflect` - This is the Reflect database that has all the endpoints pre-configured. You'll have to add your own ACL rules.