Skip to content

Commit e04f4cf

Browse files
chore: fix logo link
logo is not working in PyPi since it's a relative reference, changed to use the full GH URL
1 parent 8a0e88a commit e04f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![build](https://github.com/GetStream/stream-python/workflows/build/badge.svg)](https://github.com/GetStream/stream-python/actions) [![PyPI version](https://badge.fury.io/py/stream-python.svg)](http://badge.fury.io/py/stream-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stream-python.svg)
44

55
<p align="center">
6-
<img src="./assets/logo.svg" width="50%" height="50%">
6+
<img src="https://raw.githubusercontent.com/GetStream/stream-python/8a0e88a6cf115a34c2d6d39a54527398f3fa5a90/assets/logo.svg" width="50%" height="50%">
77
</p>
88
<p align="center">
99
Official Python API client for Stream Feeds, a web service for building scalable newsfeeds and activity streams.

0 commit comments

Comments
 (0)