Skip to content

Commit 6acf540

Browse files
committed
updating project name
1 parent f42478d commit 6acf540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Realtime Pub/Sub Client for Python
22

3-
The `realtime-pubsub-client-python` is a Python client library for interacting
3+
The `realtime-pubsub-client` is a Python client library for interacting
44
with [Realtime Pub/Sub](https://realtime.21no.de) applications. It enables developers to manage real-time WebSocket
55
connections, handle subscriptions, and process messages efficiently. The library provides a simple and flexible API to
66
interact with realtime applications, supporting features like publishing/sending messages, subscribing to topics,
@@ -22,15 +22,15 @@ handling acknowledgements, and waiting for replies with timeout support.
2222

2323
## Installation
2424

25-
Install the `realtime-pubsub-client-python` library via pip:
25+
Install the `realtime-pubsub-client` library via pip:
2626

2727
```bash
28-
pip install realtime-pubsub-client-python
28+
pip install realtime-pubsub-client
2929
```
3030

3131
## Getting Started
3232

33-
This guide will help you set up and use the `realtime-pubsub-client-python` library in your Python project.
33+
This guide will help you set up and use the `realtime-pubsub-client` library in your Python project.
3434

3535
### Connecting to the Server
3636

0 commit comments

Comments
 (0)