This is an automated email from the ASF dual-hosted git repository.

jiabaosun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new ed09e8b23 [minor][cdc][docs] Improve the indentation of the example 
yaml in README file
ed09e8b23 is described below

commit ed09e8b2356015c17ee8cfde258c8d2941c8bbdf
Author: qwding <[email protected]>
AuthorDate: Tue Apr 2 19:26:01 2024 +0800

    [minor][cdc][docs] Improve the indentation of the example yaml in README 
file
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 03daba57d..ada5496e8 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ full database synchronization, sharding table 
synchronization, schema evolution
 2. [Download](https://github.com/apache/flink-cdc/releases) Flink CDC tar, 
unzip it and put jars of pipeline connector to Flink `lib` directory.
 3. Create a **YAML** file to describe the data source and data sink, the 
following example synchronizes all tables under MySQL app_db database to Doris :
   ```yaml
-      source:
+    source:
        type: mysql
        name: MySQL Source
        hostname: 127.0.0.1

Reply via email to