Skip to content

Commit

Permalink
Update example markdown files.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Jan 3, 2024
1 parent 271cf03 commit a6d95ef
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Below are a few examples of README headers generated by the readme-ai tool.
</tr>
<tr>
<td align="center"><img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/examples/images/header-skills-light.png" alt="skills-light" width="400"/><br><code>--badges skills-light --image grey</code></td>
<td align="center"><img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/examples/images/header-offline.png" alt="offline" width="400"/><br><code>--badges flat-square --image blue --offline</code></td>
<td align="center"><img src="https://raw.githubusercontent.com/eli64s/readme-ai/main/examples/images/header-offline.png" alt="offline" width="400"/><br><code>default output</code></td>
</tr>
</table>

Expand Down
Binary file added examples/images/header-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/images/header-skills-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 17 additions & 11 deletions examples/markdown/readme-fastapi-redis.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
<!--README-AI.md file generated by @eli64s/readme-ai-->

<div align="center">
<h1><img src="https://img.icons8.com/external-tal-revivo-filled-tal-revivo/96/external-markdown-a-lightweight-markup-language-with-plain-text-formatting-syntax-logo-filled-tal-revivo.png" width="100">
<br>
ASYNC-ML-INFERENCE
</h1>
<h3>◦ Unleash your coding superpowers!</h3>
<h3>◦ Developed with the software and tools below.</h3>
</div>
<p align="center">
<img src="https://img.icons8.com/external-tal-revivo-filled-tal-revivo/96/external-markdown-a-lightweight-markup-language-with-plain-text-formatting-syntax-logo-filled-tal-revivo.png" width="100" />
</p>
<p align="center">
<h1 align="center">ASYNC-ML-INFERENCE</h1>
</p>
<p align="center">
<em>Unleash your coding superpowers!</em>
</p>
<p align="center">
<!-- -->
<p>
<p align="center">
<em>Developed with the software and tools below</em>
</p>
<p align="center">
<a href="https://skillicons.dev">
<img src="https://skillicons.dev/icons?i=fastapi,py,redis,md,github,git&theme=light">
</a>
</p>

---
</div>
<hr>

## 🔗 Quick Links
- [🔗 Quick Links](#-quick-links)
Expand Down
20 changes: 7 additions & 13 deletions examples/markdown/readme-streamlit.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
<div align="center">
<p align="center">
<img src="https://img.icons8.com/external-tal-revivo-filled-tal-revivo/96/external-markdown-a-lightweight-markup-language-with-plain-text-formatting-syntax-logo-filled-tal-revivo.png" width="100" />
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/ec559a9f6bfd399b82bb44393651661b08aaf7ba/icons/folder-markdown-open.svg" width="100" />
</p>
<p align="center">
<h1 align="center">README-AI-STREAMLIT</h1>
</p>
<p align="center">
<em>Streamline readme creation with AI-powered Streamlit</em>
<em>Streamlining readme generation and AI-powered documentation.</em>
</p>
<p align="center">
<img src="https://img.shields.io/github/license/eli64s/readme-ai-streamlit?style=plastic" alt="license">
<img src="https://img.shields.io/github/last-commit/eli64s/readme-ai-streamlit?style=plastic" alt="last-commit">
<img src="https://img.shields.io/github/languages/top/eli64s/readme-ai-streamlit?style=plastic" alt="repo-top-language">
<img src="https://img.shields.io/github/languages/count/eli64s/readme-ai-streamlit?style=plastic" alt="repo-language-count">
<img src="https://img.shields.io/github/license/eli64s/readme-ai-streamlit?style=standard" alt="license">
<img src="https://img.shields.io/github/last-commit/eli64s/readme-ai-streamlit?style=standard" alt="last-commit">
<img src="https://img.shields.io/github/languages/top/eli64s/readme-ai-streamlit?style=standard" alt="repo-top-language">
<img src="https://img.shields.io/github/languages/count/eli64s/readme-ai-streamlit?style=standard" alt="repo-language-count">
<p>
<p align="center">
<em>Developed with the software and tools below</em>
<!-- standard option, no dependency badges. -->
</p>
<p align="center">
<img src="https://img.shields.io/badge/GNU%20Bash-4EAA25.svg?style=plastic&logo=GNU-Bash&logoColor=white" alt="GNU%20Bash">
<img src="https://img.shields.io/badge/Streamlit-FF4B4B.svg?style=plastic&logo=Streamlit&logoColor=white" alt="Streamlit">
<img src="https://img.shields.io/badge/Poetry-60A5FA.svg?style=plastic&logo=Poetry&logoColor=white" alt="Poetry">
<img src="https://img.shields.io/badge/Python-3776AB.svg?style=plastic&logo=Python&logoColor=white" alt="Python">
<img src="https://img.shields.io/badge/Pytest-0A9EDC.svg?style=plastic&logo=Pytest&logoColor=white" alt="Pytest"></p>
</div>
<hr>

Expand Down

0 comments on commit a6d95ef

Please sign in to comment.