Skip to content

Commit

Permalink
Fix GJSON logo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior authored Oct 22, 2024
1 parent 7a7e271 commit 5289ba8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<p align="center">
<img
src="https://raw.githubusercontent.com/tidwall/gjson/master/logo.png"
width="240" height="78" border="0" alt="GJSON">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tidwall/gjson/master/.github/images/logo-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tidwall/gjson/master/.github/images/logo-light.png">
<img src="/.github/images/logo-light.png" width="240" alt="GJSON" >
</picture>
<br>
<a href="LICENSE"><img src="https://img.shields.io/crates/l/gjson.svg?style=flat-square"></a>
<a href="https://crates.io/crates/gjson"><img src="https://img.shields.io/crates/d/gjson.svg?style=flat-square"></a>
Expand Down

0 comments on commit 5289ba8

Please sign in to comment.