Remove extra backticks in code blocks and change unnecessary gender-specific pronouns to be gender neutral

This commit is contained in:
Terry Yiu
2024-11-03 22:33:48 +01:00
parent c275ae74eb
commit 087437042b
4 changed files with 5 additions and 5 deletions

2
57.md
View File

@@ -66,7 +66,7 @@ A signed `zap request` event is not published, but is instead sent using a HTTP
- `nostr` is the `9734` `zap request` event, JSON encoded then URI encoded
- `lnurl` is the lnurl pay url of the recipient, encoded using bech32 with the prefix `lnurl`
This request should return a JSON response with a `pr` key, which is the invoice the sender must pay to finalize his zap. Here is an example flow in javascript:
This request should return a JSON response with a `pr` key, which is the invoice the sender must pay to finalize their zap. Here is an example flow in javascript:
```javascript
const senderPubkey // The sender's pubkey