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", }),