diff --git a/README.md b/README.md index f2aecfa..0fe9fb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dbt Semantic Layer SDK for Python -> 🧪 This library is still experimental and it's not feature complete yet. +> 🧪 This library is still experimental and it's not feature-complete yet. A library for easily accessing [dbt's Semantic Layer](https://docs.getdbt.com/docs/use-dbt-semantic-layer/dbt-sl/) via Python. @@ -10,10 +10,10 @@ To install the SDK, you'll need to specify optional dependencies depending on wh ``` # Sync installation -pip install dbt-sl-sdk[sync] +pip install "dbt-sl-sdk[sync]" # Async installation -pip install dbt-sl-sdk[async] +pip install "dbt-sl-sdk[sync]" ``` ## Usage