From be1f28e7d83adeae471f2670da85ec7c2d976230 Mon Sep 17 00:00:00 2001 From: Ramon Vermeulen Date: Sat, 19 Oct 2024 19:16:58 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fc1e5a..394a8ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
logo -

dbtToolkit 🧰

+

dbt-toolkit 🧰

GitHub Workflow Status JetBrains Plugin Version @@ -13,9 +13,9 @@ ![Lineage Example](./assets/img/sample.gif) -The dbtToolkit is an early-stage plugin designed to enhance your experience working with [**dbt-core**](https://github.com/dbt-labs/dbt-core) +The dbt-toolkit is an early-stage plugin designed to enhance your experience working with [**dbt-core**](https://github.com/dbt-labs/dbt-core) projects within JetBrains IDEs. It currently supports lineage rendering, dbt documentation, compiled SQL preview, and more! -Providing a more streamlined and integrated approach to managing your dbt projects in Jetbrains IDEs. The dbtToolkit is inspired by the +Providing a more streamlined and integrated approach to managing your dbt projects in Jetbrains IDEs. The dbt-toolkit is inspired by the well-known VSCode plugin [**vscode-dbt-power-user**](https://github.com/AltimateAI/vscode-dbt-power-user), and aims to become an alternative for JetBrains IDEs. @@ -51,7 +51,7 @@ If there is a venv configured within the IDE, the plugin will automatically try If there is no venv configured the plugin will use the globally installed dbt version. ## Installation -You can download dbtToolkit from the JetBrains plugin marketplace. For more information on how to install JetBrains plugins, +You can download dbt-toolkit from the JetBrains plugin marketplace. For more information on how to install JetBrains plugins, please refer to the [**official documentation**](https://www.jetbrains.com/help/idea/managing-plugins.html). ## Setting environment variables @@ -65,7 +65,7 @@ Via the plugin settings, you can also specify a custom path to the `.env` file. ## Feedback and Contributions -I highly appreciate any feedback and contributions as I am developing and improving dbtToolkit. +I highly appreciate any feedback and contributions as I am developing and improving dbt-toolkit. Feel free to report bugs, issues, or suggest features through the GitHub repository.