From 7bb3083753e5048a87ef2097dc6ee4abf9c8e04b Mon Sep 17 00:00:00 2001 From: Eugene Triguba Date: Sun, 14 Jan 2024 08:50:28 -0500 Subject: [PATCH] Fix error in config file in tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0eb93..94cf3f4 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ $ touch bolt.toml 2. Add the following contents to the file: ```toml -[bolt.db.connection] +[connection] host = "localhost" port = 5432 user = "bolt_user"