Skip to content

Commit af2991e

Browse files
committed
Update README.md
1 parent f332185 commit af2991e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Give your AI agents, apps, and services access to Bitcoin over the Lightning Net
1313
```typescript
1414
import { LnBot } from "@lnbot/sdk";
1515

16-
const ln = new LnBot({ apiKey: "lnbot_..." });
16+
const ln = new LnBot({ apiKey: "key_..." });
1717

1818
await ln.payments.create({ target: "alice@ln.bot", amount: 1000 });
1919
```

0 commit comments

Comments
 (0)