From 925179211a148c291c9e08b01502af3c000b92ad Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 17 Jun 2024 11:13:16 -1000 Subject: [PATCH] docs: :bug: Fix incorrect filename --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62d02682..44b81575 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ bun install 3. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](database.md)) -4. Copy the `config/config.toml.example` file to `config/config.toml` and edit it to set up the database connection and other settings. +4. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings. ## Testing your changes