Skip to content

Commit 8b5008e

Browse files
authored
Fix wrong initialization command on Stripe documentation (#618)
1 parent 2c1428b commit 8b5008e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/stripe_analytics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This verified source loads data from the following default endpoints:
1919
2020
## Initialize the pipeline
2121
```bash
22-
dlt init stripe duckdb
22+
dlt init stripe_analytics duckdb
2323
```
2424

25-
Here, we chose BigQuery as the destination. Alternatively, you can also choose redshift, duckdb, or any of the other [destinations.](https://dlthub.com/docs/dlt-ecosystem/destinations/)
25+
Here, we chose DuckDB as the destination. Alternatively, you can also choose Redshift, BigQuery, or any of the other [destinations.](https://dlthub.com/docs/dlt-ecosystem/destinations/)
2626

2727
## Setup verified source
2828
To get the full list of supported endpoints, grab API credentials and initialise the verified source and pipeline example, read the [full documentation here.](https://dlthub.com/docs/dlt-ecosystem/verified-sources/stripe)

0 commit comments

Comments
 (0)