Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 19, 2024
1 parent fdc2023 commit 198ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 198ebf2

Please sign in to comment.