From 66bdb3f6d6bd96869b83f2531c907f676f666a2a Mon Sep 17 00:00:00 2001 From: Kursat Aktas Date: Wed, 13 Nov 2024 21:09:02 +0300 Subject: [PATCH] Introducing python-socketio Guru on Gurubase.io Signed-off-by: Kursat Aktas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 780465f..cccc88b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ python-socketio =============== -[![Build status](https://github.com/miguelgrinberg/python-socketio/workflows/build/badge.svg)](https://github.com/miguelgrinberg/python-socketio/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/python-socketio/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/python-socketio) +[![Build status](https://github.com/miguelgrinberg/python-socketio/workflows/build/badge.svg)](https://github.com/miguelgrinberg/python-socketio/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/python-socketio/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/python-socketio) [![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20python--socketio%20Guru-006BFF)](https://gurubase.io/g/python-socketio) Python implementation of the `Socket.IO` realtime client and server.