Skip to content

Commit 4976a5a

Browse files
committed
MOD: Add logo to Python client README.md
1 parent 81f38e0 commit 4976a5a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# databento-python
1+
<a href="https://databento.com">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://dzv012k6yye9u.cloudfront.net/brand/logo-white.png">
4+
<source media="(prefers-color-scheme: light)" srcset="https://dzv012k6yye9u.cloudfront.net/brand/logo.png">
5+
<img alt="Databento" src="https://dzv012k6yye9u.cloudfront.net/brand/logo-white.png" width="560px">
6+
</picture>
7+
</a>
8+
9+
# Pay as you go for market data
210

311
[![test](https://github.com/databento/databento-python/actions/workflows/test.yml/badge.svg?branch=dev)](https://github.com/databento/databento-python/actions/workflows/test.yml)
412
![python](https://img.shields.io/badge/python-3.8+-blue.svg)

0 commit comments

Comments
 (0)