Skip to content

Commit

Permalink
README: fix image paths for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
brofi committed May 5, 2024
1 parent d2a915a commit 4053557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/brofi/coh2-live-stats/master/src/coh2_live_stats/res/coh2_live_stats.ico" alt="Icon" width="64" align="center"/> CoH2 Live Stats
# <img src="https://raw.githubusercontent.com/brofi/coh2-live-stats/master/src/coh2_live_stats/res/coh2_live_stats_64.png" width="64" align="center"/> CoH2 Live Stats

[![CI branch master](https://github.com/brofi/coh2-live-stats/actions/workflows/ci.yml/badge.svg)](https://github.com/brofi/coh2-live-stats/actions/workflows/ci.yml)
[![pypi](https://img.shields.io/pypi/v/coh2-live-stats)](https://pypi.org/project/coh2-live-stats/)
Expand Down
4 changes: 2 additions & 2 deletions scripts/readme_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ def _examples_to_md() -> str:
f'{'\n'.join(example[1])}\n'
'```\n'
'\n#### Resulting output\n\n'
f'![Example output]('
f'https://raw.githubusercontent.com/brofi/coh2-live-stats/master/'
'![Example output]('
'https://raw.githubusercontent.com/brofi/coh2-live-stats/master/'
f'src/coh2_live_stats/res/example_{i}.svg)\n'
)
return md
Expand Down

0 comments on commit 4053557

Please sign in to comment.