Skip to content

Commit

Permalink
Fix command typos in README (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 17, 2024
1 parent e7dc1ab commit 385534e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ pipx install hatch
Run integration tests:

```bash
hatch run tests:integration
hatch run test:integration
```

You can also test the `tap-[[ tap_package_command_line_name ]]` CLI interface directly:
You can also test the `[[ tap_package_command_line_name ]]` CLI interface directly:

```bash
hatch run sync:console -- --about --format=json
Expand All @@ -75,13 +75,13 @@ the file. Go ahead and [install Meltano](https://docs.meltano.com/getting-starte
1. Check that the extractor is working properly

```bash
meltano invoke tap-[[ tap_package_command_line_name ]] --version
meltano invoke [[ tap_package_command_line_name ]] --version
```

1. Execute an ELT pipeline

```bash
meltano run tap-[[ tap_package_command_line_name ]] target-jsonl
meltano run [[ tap_package_command_line_name ]] target-jsonl
```

### SDK Dev Guide
Expand Down

0 comments on commit 385534e

Please sign in to comment.