Skip to content

Commit 22c919b

Browse files
authored
fix(README.md): correct extra in async installation (#48)
1 parent 59e91b6 commit 22c919b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install the SDK, you'll need to specify optional dependencies depending on wh
1313
pip install "dbt-sl-sdk[sync]"
1414
1515
# Async installation
16-
pip install "dbt-sl-sdk[sync]"
16+
pip install "dbt-sl-sdk[async]"
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)