Skip to content

Commit

Permalink
Use another variant of logo for dark background
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Sep 26, 2023
1 parent 9da983c commit 09f65fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[![GitHub Actions](https://github.com/VirtusLab/akka-serialization-helper/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/VirtusLab/akka-serialization-helper/actions)
[![License: MIT](https://img.shields.io/github/license/VirtusLab/akka-serialization-helper)](LICENSE)

![logo-ash-horizontal](logo/ash/svg/logo-ash-horizontal.svg)
![logo-ash-horizontal](logo/ash/svg/logo-ash-horizontal.svg#gh-light-mode-only)
![logo-ash-horizontal](logo/ash/svg/logo-ash-horizontal-dark-bg.svg#gh-dark-mode-only)

Serialization toolbox for Akka messages, events and persistent state that helps achieve compile-time guarantee on
serializability. There are some Akka serialization caveats this tool can help with:
Expand Down

0 comments on commit 09f65fb

Please sign in to comment.