From 39b41f935aa8be8c93950fa8aa03573c821ad8c7 Mon Sep 17 00:00:00 2001 From: Leonard Xu Date: Fri, 25 Mar 2022 01:38:07 +0800 Subject: [PATCH] [hotfix][docs] Fix markdown title due to typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a930410ad..ddf9b15a613 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#CDC Connectors for Apache Flink® +# CDC Connectors for Apache Flink® CDC Connectors for Apache Flink® is a set of source connectors for Apache Flink®, ingesting changes from different databases using change data capture (CDC). CDC Connectors for Apache Flink® integrates Debezium as the engine to capture data changes. So it can fully leverage the ability of Debezium. See more about what is [Debezium](https://github.com/debezium/debezium).