From f155607bebccc581a2abeb4b11ac2005c18e9c56 Mon Sep 17 00:00:00 2001 From: Mohamed Allam Date: Wed, 10 Aug 2022 20:26:45 +0100 Subject: [PATCH] Type in communication A type in the word "communication" in the description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d019d0..bb7440d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ KSQL was created to offer an actually simple and satisfactory tool for interacting with SQL Databases in Golang. The core idea on KSQL is to offer an easy to use interface, -the actual comunication with the database is decoupled so we can use +the actual communication with the database is decoupled so we can use KSQL on top of `pgx`, `database/sql` and possibly other tools. You can even create you own backend adapter for KSQL which is useful in some situations.