From 9a155824d2caba52ea4ef2a4081a671c05632a86 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 17 Oct 2022 10:24:55 +0200 Subject: [PATCH] Fix: typos Fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 523e28d8..b137f9e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Project Docs: [sql-models.lab3547.com](http://sql-models.lab3547.com/#!/overview We are now using DBT version 1.0 for this project. Follow the instructions below for your operating system to upgrade your local development environment. **MacOS** -If you originally installed dbt using home brew, upgrade it using the below command +If you originally installed dbt using homebrew, upgrade it using the below command ``` brew update brew upgrade dbt-snowflake @@ -72,7 +72,7 @@ If you would like to contribute a new model/table to our [Velocity](https://app. ### Source Data -Source tables that can be used when building models are outline here: `models/sources.yml`. The majority of tables you will use as source to your models can be found in Flipside's `silver` schema. +Source tables that can be used when building models are outlined here: `models/sources.yml`. The majority of tables you will use as source for your models can be found in Flipside's `silver` schema. ### Supported Extensions