diff --git a/README.md b/README.md index 0bdf68c..5333380 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Ubuntu-based Bucardo image for Docker Containers. },{ "sources": [1,2], "targets": [3], - "tables": "product, order", + "tables": "product,order", "onetimecopy": 0 } ] diff --git a/example/bucardo.json b/example/bucardo.json index 8e69660..b712179 100644 --- a/example/bucardo.json +++ b/example/bucardo.json @@ -28,7 +28,7 @@ },{ "sources": [1,2], "targets": [0], - "tables": "product, order", + "tables": "product,order", "onetimecopy": 0 } ]