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"