Skip to content

Commit

Permalink
Include a banner in the README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-daniel authored Jun 1, 2023
1 parent bc5f14d commit d49cb30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<picture>
<source media="(prefers-color-scheme: dark)", srcset="./assets/banner_dark.png">
<source media="(prefers-color-scheme: light)", srcset="./assets/banner_light.png">
<img src="./assets/banner_light.png">
</picture>

# Omniqueue

Omniqueue is an abstraction layer over queue backends for Rust. It includes support for RabbitMQ,
Expand Down
Binary file added assets/banner_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d49cb30

Please sign in to comment.