From 9300fb6efe6add244141962f293d7345ac1c5a2b Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Sat, 29 Jul 2023 15:32:07 -0700 Subject: [PATCH] Fixing typo from README. (#166) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c3bbfab..06a02e0e2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The optimal set-up looks something like this: * Kafka topic per table (so we can toggle number of partitions based on throughput) * Partition key is the primary key for the table (so we avoid out-of-order writes at the row level) -To see the current supported databases, check out the [Supported section](#what-is-currently-supported) +To see all of the supported databases, check out the [Supported section](#what-is-currently-supported) ## Examples