update README
All checks were successful
/ publish (push) Successful in 49s

This commit is contained in:
2025-10-02 11:28:26 +02:00
parent 0cc1f208ff
commit 8d2efa65df

View File

@@ -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) {