We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f332185 commit af2991eCopy full SHA for af2991e
1 file changed
README.md
@@ -13,7 +13,7 @@ Give your AI agents, apps, and services access to Bitcoin over the Lightning Net
13
```typescript
14
import { LnBot } from "@lnbot/sdk";
15
16
-const ln = new LnBot({ apiKey: "lnbot_..." });
+const ln = new LnBot({ apiKey: "key_..." });
17
18
await ln.payments.create({ target: "alice@ln.bot", amount: 1000 });
19
```
0 commit comments