aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Toran Bruce Richards <toran.richards@gmail.com> 2024-03-03 15:25:36 +0000
committerGravatar GitHub <noreply@github.com> 2024-03-03 15:25:36 +0000
commit7bf31dad356d2ab094ce068c7252a29227d9ac53 (patch)
treea672389f38d62165ae142af72c129f341b7c715f
parentci: Disable annoying auto-message discouraging big PRs (diff)
downloadAuto-GPT-7bf31dad356d2ab094ce068c7252a29227d9ac53.tar.gz
Auto-GPT-7bf31dad356d2ab094ce068c7252a29227d9ac53.tar.bz2
Auto-GPT-7bf31dad356d2ab094ce068c7252a29227d9ac53.zip
Update README.md
Adds dark-theme support to star-history graph.
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index a139cd2e8..b3716cf54 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,11 @@ To maintain a uniform standard and ensure seamless compatibility with many curre
---
<p align="center">
- <a href="https://star-history.com/#Significant-Gravitas/AutoGPT&Date">
- <img src="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" alt="Star History Chart">
- </a>
+<a href="https://star-history.com/#Significant-Gravitas/AutoGPT">
+ <picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date&theme=dark" />
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" />
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" />
+ </picture>
+</a>
</p>