From 265c2e8c88896fdb303f9b8bdcc77f243280ad44 Mon Sep 17 00:00:00 2001 From: Chris Riccomini Date: Fri, 5 Aug 2016 13:31:46 -0700 Subject: [PATCH] Update README.md --- debezium-embedded/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debezium-embedded/README.md b/debezium-embedded/README.md index 5a3348a44..202c9dc19 100644 --- a/debezium-embedded/README.md +++ b/debezium-embedded/README.md @@ -66,7 +66,7 @@ Here's an example of code that configures and runs an embedded MySQL connector: Let's look into this code in more detail, starting with the first few lines that we repeat here: - // Define the configuration for the embedded and MySQL connector ... + // Define the configuration for the embedded and MySQL connector ... Configuration config = Configuration.create() /* begin engine properties */ .with("name", "mysql-connector")