From 3d4b5ee29f1f3e2e795f967b86dcc38b6b48426a Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 23 May 2023 09:43:22 -0600 Subject: [PATCH] spacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b3cc6..2be2b0d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ dbt run-operation create_udfs --var 'UPDATE_UDFS_AND_SPS": True' --args 'drop_:t packages: - git: "https://github.com/FlipsideCrypto/fsc-utils.git" revision: "v1.1.0" -``` +``` 7. Run dbt deps in the other dbt project to pull the specific version of the package or follow the steps on `adding the dbt package` below.