diff --git a/README.md b/README.md index 339e2b4..b030eb7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ def meltano_pipeline(): 1. Open this repository in Visual Studio Code. 2. Install the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) plugin for Visual Studio Code. 3. Wait for the container setup, it should automatically install all Meltano plugins. -4. Open the integrated terminal and start Dagit `dagit -f dagster/pipeline.py` +4. Open the integrated terminal and start Dagit `dagit -f dagster_meltano/tests/pipeline.py` 4. Visit `localhost:3000` to access Dagit. ### Setup using other IDEs