Skip to content

Commit f28fde1

Browse files
committed
Fix line breaks in readme
1 parent 2efedb5 commit f28fde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/README.md.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ how it does it, and why people should use it.
1313
Source | <{{repo_url}}>
1414
:---: | :---:
1515
PyPI | `pip install {{distribution_name}}`
16-
{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`{% endif %}
17-
{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
16+
{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
17+
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
1818
Releases | <{{repo_url}}/releases>
1919

2020
This is where you should put some images or code snippets that illustrate

0 commit comments

Comments
 (0)