From 3cfbef4e2324441f6f4191faf2c03c8fc9881205 Mon Sep 17 00:00:00 2001 From: Jonas Helgemo Date: Wed, 1 Oct 2025 12:56:08 +0200 Subject: [PATCH] Fix typo in README - Correct "databse" to "database" in dependency comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5582fee..a411053 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ dependencies { api("io.exoquery:terpal-sql-jdbc:2.0.0.PL-1.2.0") api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2") api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") - // Your databse driver for example postgres: + // Your database driver for example postgres: implementation("org.postgresql:postgresql:42.7.0") } ```