Skip to content

Commit

Permalink
chore: remove training whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Sep 14, 2022
1 parent 48b6f44 commit 3fbaa82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cookiecutter/tap-template/{{cookiecutter.tap_id}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.

<!--
<!--
Developer TODO: Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPi repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.
Expand All @@ -28,7 +28,7 @@ pipx install git+https://github.com/ORG_NAME/{{ cookiecutter.tap_id }}.git@main

### Accepted Config Options

<!--
<!--
Developer TODO: Provide a list of config options accepted by the tap.
This section can be created by copy-pasting the CLI output from:
Expand Down Expand Up @@ -100,7 +100,7 @@ poetry run {{cookiecutter.tap_id}} --help
_**Note:** This tap will work in any Singer environment and does not require Meltano.
Examples here are for convenience and to streamline end-to-end orchestration scenarios._

<!--
<!--
Developer TODO:
Your project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any "TODO" items listed in
the file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Build with the [Meltano Target SDK](https://sdk.meltano.com).

<!--
<!--
Developer TODO: Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPi repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.
Expand All @@ -28,7 +28,7 @@ pipx install git+https://github.com/ORG_NAME/{{ cookiecutter.target_id }}.git@ma

### Accepted Config Options

<!--
<!--
Developer TODO: Provide a list of config options accepted by the tap.
This section can be created by copy-pasting the CLI output from:
Expand Down Expand Up @@ -101,7 +101,7 @@ poetry run {{cookiecutter.target_id}} --help
_**Note:** This target will work in any Singer environment and does not require Meltano.
Examples here are for convenience and to streamline end-to-end orchestration scenarios._

<!--
<!--
Developer TODO:
Your project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any "TODO" items listed in
the file.
Expand Down

0 comments on commit 3fbaa82

Please sign in to comment.