Skip to content

Commit 337448c

Browse files
authored
feat: add starhistory.io star chart to README (#4)
1 parent e835099 commit 337448c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,18 @@ BenchmarkStructUnmarshalJSON 1116 ns/op 2 allocs
193193

194194
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
195195

196+
197+
198+
## Star History
199+
200+
<a href="https://starhistory.io">
201+
<picture>
202+
<source media="(prefers-color-scheme: dark)" srcset="https://api.starhistory.io/png?repos=coregx/opt&style=dark" />
203+
<source media="(prefers-color-scheme: light)" srcset="https://api.starhistory.io/png?repos=coregx/opt&style=professional" />
204+
<img alt="Star History Chart" src="https://api.starhistory.io/png?repos=coregx/opt" width="800" />
205+
</picture>
206+
</a>
207+
196208
## License
197209

198210
MIT License — see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)