diff --git a/README.md b/README.md index 5eb8102..f859e92 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Before embarking on this quick journey: if your data platform has a CLI tool tha - Consider using the included `dbt-codegen` package to build some initial sources and staging models from your data warehouse metadata. - Once you've got some models built, try running `dbt build` to run and test your models. -6. Commit it! +6. Push 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.