Skip to content

Commit d2001c5

Browse files
committed
chore: update readme
1 parent 9f2107a commit d2001c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Python SDK for [Replane](https://replane.dev) - a dynamic configuration platform
77
[![License](https://img.shields.io/github/license/replane-dev/replane-python)](https://github.com/replane-dev/replane-python/blob/main/LICENSE)
88
[![Community](https://img.shields.io/badge/discussions-join-blue?logo=github)](https://github.com/orgs/replane-dev/discussions)
99

10+
> **Tip:** Get started instantly with [Replane Cloud](https://cloud.replane.dev) — no infrastructure required.
11+
1012
## Features
1113

1214
- **Real-time updates** via Server-Sent Events (SSE)
@@ -35,7 +37,7 @@ from replane import Replane
3537

3638
# Using context manager (recommended)
3739
with Replane(
38-
base_url="https://replane.example.com",
40+
base_url="https://cloud.replane.dev", # or your self-hosted URL
3941
sdk_key="rp_...",
4042
) as client:
4143
# Get a simple config value

0 commit comments

Comments
 (0)