From f8d9a2cba0e4167a117e0b802f46afccd84e5bed Mon Sep 17 00:00:00 2001 From: gwen windflower Date: Sun, 3 Mar 2024 12:17:21 -0600 Subject: [PATCH] README touch ups --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8fa231..5eb8102 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ Before embarking on this quick journey: if your data platform has a CLI tool tha - Once you've got some models built, try running `dbt build` to run and test your models. 6. Commit it! - - The setup process will have initialized a git repository for you, so you can just commit and push your new project to your favorite git hosting service. It will run the pre-commit hooks automatically on commit, so you don't have to worry about linting or formatting your code before you commit it. + +- The setup process will have initialized a git repository for you and made an initial commit of the starting state, so you can go right ahead and push your new project to your favorite git hosting service. It will run the pre-commit hooks automatically on commit, so you don't have to worry about linting or formatting your code before you commit it. ## Tips