From cdaabe36b5aa7055e434182f6264988c12431f98 Mon Sep 17 00:00:00 2001 From: Dmitriy Chertkov Date: Thu, 2 Apr 2020 16:58:42 +0500 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad90467..3b183f5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ func main() { templateInstance := template.Wrap( sourceInstance, - migration.WithVars(template.M{ + template.WithVars(template.M{ "cluster": "cluster_name", "replicated_path": "/clickhouse/tables/db_name", }),