Skip to content

Commit

Permalink
docs: beautify star graph (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum authored Aug 27, 2024
1 parent bebddaa commit 9baf26d
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@ Please hop over to [our wiki page](https://github.com/OWASP/www-project-top-10-f

This project is licensed under the terms of the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=OWASP/www-project-top-10-for-large-language-model-applications&type=Date)](https://star-history.com/#OWASP/www-project-top-10-for-large-language-model-applications&Date)
## Support OWASP!

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="
https://api.star-history.com/svg?repos=OWASP/www-project-top-10-for-large-language-model-applications&type=Date&theme=dark
"
/>
<source
media="(prefers-color-scheme: light)"
srcset="
https://api.star-history.com/svg?repos=OWASP/www-project-top-10-for-large-language-model-applications&type=Date
"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=OWASP/www-project-top-10-for-large-language-model-applications&type=Date"
/>
</picture>

0 comments on commit 9baf26d

Please sign in to comment.