[minor][cdc][docs] Improve the indentation of the example yaml in README file

pull/2937/head
qwding 10 months ago committed by GitHub
parent d099603ef1
commit ed09e8b235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save