diff --git a/README.md b/README.md index 654d74a..11b333b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This package contains transformation models, designed to work simultaneously wit | [klaviyo__person_campaign_flow](models/klaviyo__person_campaign_flow.sql) | Each record represents a unique person-campaign or person-flow combination, enriched with sums of the numeric values (i.e. revenue) associated with each kind of conversion, and counts of the number of triggered conversion events. | | [klaviyo__campaigns](models/klaviyo__campaigns.sql) | Each record represents a unique campaign, enriched with user interaction metrics, any revenue attributed to the campaign, and other conversions. | | [klaviyo__flows](models/klaviyo__flows.sql) | Each record represents a unique flow, enriched with user interaction metrics, any revenue attributed to the flow, and other conversions. | -| [klaviyo__person](models/klaviyo__person.sql) | Each record represents a unique user, enriched with metrics around the campaigns and flows they have interacted with, any associated revenue (organic as well as attributed to flows/campaigns), and their recent activity. | +| [klaviyo__persons](models/klaviyo__persons.sql) | Each record represents a unique user, enriched with metrics around the campaigns and flows they have interacted with, any associated revenue (organic as well as attributed to flows/campaigns), and their recent activity. | ## Installation Instructions Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.