From 40b493b68412cfe15f00a01596849e6399f54793 Mon Sep 17 00:00:00 2001 From: Gareth Bowen Date: Thu, 5 Sep 2024 07:10:18 +0200 Subject: [PATCH] Update README.md Co-authored-by: Andra Blaj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a76504b..e7f2e5c2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ A set of SQL queries that transform raw CouchDB data into a more useful format. It uses `dbt` to define the models that are translated into PostgreSQL tables or views, which makes it easier to query the data in the analytics platform of choice. ## Local Setup -Follow the instructions in [the Local CHT Sync Setup documentation](https://docs.communityhealthtoolkit.org/apps/guides/data/analytics/setup/) to set up CHT Sync with locally. +Follow the instructions in [the Local CHT Sync Setup documentation](https://docs.communityhealthtoolkit.org/apps/guides/data/analytics/setup/) to set up CHT Sync locally. ## Run dbt models unit tests locally