From 198ebf2584410eb5209c23985ee015263b0a2198 Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Wed, 20 Nov 2024 01:48:57 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a210fcb..b5ab998 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ val evscConfig = defaultPostgresqlLocalConnectionConfig( ).toPerformantUnixEvscConfig() ``` -Create an Exposed `Database` with the `ConnectionConfig`, which can be reused for multiple `Verticle`s: +Create an Exposed `Database` with the `ConnectionConfig.Socket`, which can be reused for multiple `Verticle`s: ```kotlin val exposedDatabase = evscConfig.exposedConnectionConfig.exposedDatabaseConnectPostgresql()