Skip to content

Commit b36ff9a

Browse files
1 parent 0c277c5 commit b36ff9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Sets up a new development environment for a Mac or Linux (i.e., UNIX) box.
1616
* [Development](#development)
1717
* [Devbox](#devbox)
1818
* [Taskfile](#taskfile)
19-
{% if cookiecutter.command_line_interface != "No command-line interface" %}
19+
{%- if cookiecutter.command_line_interface != "No command-line interface" %}
2020
* [CLI Usage](#cli-usage)
21-
{% endif %}
21+
{%- endif %}
2222
* [TODO](#todo)
2323
* [Further Reading](#further-reading)
2424

@@ -77,7 +77,7 @@ task: Available tasks for this project:
7777
* test: Run tests
7878
```
7979

80-
{% if cookiecutter.command_line_interface != "No command-line interface" %}
80+
{% if cookiecutter.command_line_interface != "No command-line interface" -%}
8181
### CLI Usage
8282

8383
After installation, you can use the `{{ cookiecutter.project_slug }}` command:
@@ -89,7 +89,7 @@ After installation, you can use the `{{ cookiecutter.project_slug }}` command:
8989
# Run the main command
9090
{{ cookiecutter.project_slug }} run
9191
```
92-
{% endif %}
92+
{%- endif %}
9393

9494
## TODO
9595

0 commit comments

Comments
 (0)