From df71d5a7eb022874e538782104192fb91180130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 3 Jul 2022 23:56:34 -0300 Subject: [PATCH] Add a link to the Wiki to the start of the README file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e6c6214..b7c0ddb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ 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. +In this README you will find examples for "Getting Started" with the library, +for more advanced use-cases [please read our Wiki](https://github.com/VinGarcia/ksql/wiki). + ## Using KSQL This is a TLDR version of the more complete examples below.