Skip to content

Commit 96f30db

Browse files
authored
Merge pull request #55 from dispatchrun/add-logo
Add logo and badges
2 parents 7fdf712 + ac67f36 commit 96f30db

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Welcome to Dispatch!
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/dispatchrun/.github/blob/main/profile/dispatch_logo_dark.png?raw=true">
4+
<img alt="dispatch logo" src="https://github.com/dispatchrun/.github/blob/main/profile/dispatch_logo_light.png?raw=true" height="64">
5+
</picture>
6+
</p>
7+
8+
<hr />
9+
10+
[![Build](https://github.com/dispatchrun/dispatch/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/dispatchrun/dispatch/actions/workflows/build.yml)
11+
[![Reference](https://img.shields.io/badge/API-Reference-lightblue.svg)](https://python.dispatch.run/main/reference/dispatch/)
212

313
**Dispatch** is a platform for developing scalable & reliable distributed systems.
414

0 commit comments

Comments
 (0)