Skip to content

Commit 42e2881

Browse files
committed
Update README.md
1 parent 93010c5 commit 42e2881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# lnbot
1+
# ln.bot
22

33
[![PyPI version](https://img.shields.io/pypi/v/lnbot)](https://pypi.org/project/lnbot/)
44
[![PyPI downloads](https://img.shields.io/pypi/dm/lnbot)](https://pypi.org/project/lnbot/)
55
[![Python](https://img.shields.io/pypi/pyversions/lnbot)](https://pypi.org/project/lnbot/)
66
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
77

8-
**The official Python SDK for [LnBot](https://ln.bot)** — Bitcoin for AI Agents.
8+
**The official Python SDK for [ln.bot](https://ln.bot)** — Bitcoin for AI Agents.
99

1010
Give your AI agents, apps, and services access to Bitcoin over the Lightning Network. Create wallets, send and receive sats, and get real-time payment notifications.
1111

@@ -18,7 +18,7 @@ invoice = ln.invoices.create(amount=1000, memo="Coffee")
1818
ln.payments.create(target="alice@ln.bot", amount=500)
1919
```
2020

21-
> LnBot also ships a **[TypeScript SDK](https://www.npmjs.com/package/@lnbot/sdk)**, **[Go SDK](https://pkg.go.dev/github.com/lnbotdev/go-sdk)**, **[Rust SDK](https://crates.io/crates/lnbot)**, **[CLI](https://ln.bot/docs)**, and **[MCP server](https://ln.bot/docs)**.
21+
> ln.bot also ships a **[TypeScript SDK](https://www.npmjs.com/package/@lnbot/sdk)**, **[Go SDK](https://pkg.go.dev/github.com/lnbotdev/go-sdk)**, **[Rust SDK](https://crates.io/crates/lnbot)**, **[CLI](https://ln.bot/docs)**, and **[MCP server](https://ln.bot/docs)**.
2222
2323
---
2424

0 commit comments

Comments
 (0)