Skip to content

Commit 0441448

Browse files
committed
Update README branding to ln.bot
Adjust README to use the 'ln.bot' branding consistently: change header from 'lnbot-csharp' to 'ln.bot-csharp', replace occurrences of 'LnBot' with 'ln.bot' in the tagline and SDK list, and fix blockquote formatting for the SDK list.
1 parent 1c0f87f commit 0441448

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

33
[![NuGet](https://img.shields.io/nuget/v/LnBot)](https://www.nuget.org/packages/LnBot)
44
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
55

6-
**The official .NET SDK for [LnBot](https://ln.bot)** — Bitcoin for AI Agents.
6+
**The official .NET SDK for [ln.bot](https://ln.bot)** — Bitcoin for AI Agents.
77

88
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.
99

@@ -20,7 +20,7 @@ var invoice = await client.Invoices.CreateAsync(new CreateInvoiceRequest
2020
});
2121
```
2222

23-
> LnBot also ships a **[TypeScript SDK](https://www.npmjs.com/package/@lnbot/sdk)**, **[Python SDK](https://pypi.org/project/lnbot/)**, **[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)**.
23+
> ln.bot also ships a **[TypeScript SDK](https://www.npmjs.com/package/@lnbot/sdk)**, **[Python SDK](https://pypi.org/project/lnbot/)**, **[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)**.
2424
2525
---
2626

0 commit comments

Comments
 (0)