From 8d2efa65dfbb84a51702577587f9ef24820bcae7 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 2 Oct 2025 11:28:26 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593c292..14d1a42 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ import org.jetbrains.exposed.sql.Database fun Application.configureDatabase() { // connect to a database - Database.connect(/* ... */) + Database.connect(/* parameters */) // install the plugin install(Migration) {