Skip to content

Commit

Permalink
Fix broken png links in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Aug 21, 2024
1 parent 138998d commit f6e6ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ See the <a href="https://github.com/eli64s/readme-ai?tab=readme-ov-file#-configu
</td>
</tr>
<tr>
<td align="center">
<img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/examples/images/llm-summaries.png" alt="llm-summaries" width="700" />
<td align="/examples/images/llm-summaries.png" alt="llm-summaries" width="700" />
</td>
</tr>
</table>
Expand Down Expand Up @@ -280,7 +279,7 @@ See the <a href="https://github.com/eli64s/readme-ai?tab=readme-ov-file#-configu
</td>
</tr>
<tr>
<td align="center"><img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/examples/images/contributing-guidelines.png" alt="contributing-guidelines" width="700" /></td>
<td align="center"><img src="/examples/images/contributing_guidelines.png" alt="contributing-guidelines" width="700" /></td>
</tr>
<tr>
<td><b>Additional Sections</b><br>
Expand All @@ -292,7 +291,7 @@ See the <a href="https://github.com/eli64s/readme-ai?tab=readme-ov-file#-configu
</td>
</tr>
<tr>
<td align="center"><img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/examples/images/additional-sections.png" alt="contributing-and-more" width="700" /></td>
<td align="center"><img src="/examples/images/additional-sections.png" alt="contributing-and-more" width="700" /></td>
</tr>
</table>
</details>
Expand Down
Binary file added examples/images/llm-summaries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "readmeai"
version = "0.5.080"
version = "0.5.081"
description = "README file generator, powered by large language model APIs 👾"
authors = ["Eli <egsalamie@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit f6e6ec8

Please sign in to comment.