From fd0a870c597952a9e5e9e2ebe01dfcade325d7c1 Mon Sep 17 00:00:00 2001 From: Tom Reitz Date: Thu, 16 Jan 2025 08:30:20 -0600 Subject: [PATCH] Update README.md per issue #5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fab849..d444584 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This package currently supports the following backends: 1. add `dbt_synth_data` to your `packages.yml` 1. run `dbt deps` 1. run `dbt seed` -1. add `"dbt_packages/dbt_synth/macros"` to your `dbt_project.yml`'s `macro-paths` +1. add `"dbt_packages/dbt_synth_data/macros"` to your `dbt_project.yml`'s `macro-paths` 1. build your synthetic models as documented below 1. `dbt run`