Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushkoli772 authored Apr 18, 2024
1 parent eb550c8 commit 505eb68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Its main purpose is to help Scala developers find useful libraries and to help l

## Acknowledgments

<a title="Scala Center" href="https://scala.epfl.ch/"><img alt="Scala Center" src="https://scala.epfl.ch/resources/img/scala-center-logo-black.png" height="60" /></a>
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://scala.epfl.ch/resources/img/scala-center-logo-black.png">
<source media="(prefers-color-scheme: dark)" srcset="https://scala.epfl.ch/resources/img/scala-center-logo.png">
<img alt="Scala Center" src="https://scala.epfl.ch/resources/img/scala-center-logo.png" height="60">
</picture>

This project is funded by the <a title="Scala Center" href="https://scala.epfl.ch/">Scala Center</a>.

Expand Down

0 comments on commit 505eb68

Please sign in to comment.