From a3b2e173ca689381b68a23d40e2e7f9d4347dee6 Mon Sep 17 00:00:00 2001 From: drethereum Date: Mon, 22 May 2023 18:25:53 -0600 Subject: [PATCH] minor update to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19aa0fa..72b952b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The `fsc_utils` dbt package is a centralized repository consisting of various db {% endset %} {% do run_query(sql) %} ``` -3. Note: fsc_utils.create_udfs() takes two parameters (drop_=False, schema=utils). Set `drop_` to `True` to drop existing functions or define `schema` for the functions (default set to `utils`). Params not required. +3. Note: fsc_utils.create_udfs() takes two parameters (drop_=False, schema="utils"). Set `drop_` to `True` to drop existing functions or define `schema` for the functions (default set to `utils`). Params not required. 4. Navigate to `packages.yml` in your respective repo. 5. Add the following: ```