upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemisol <45574030+Semisol@users.noreply.github.com>2023-10-31 00:21:53 +0300
committerGitHub <noreply@github.com>2023-10-31 00:21:53 +0300
commit4b9f13d983245e4dd166f102308afc28b8bb1603 (patch)
tree4271cec57c486e0f782ba4bd7b0d6d87d96c34ee
parentad019ee0670c766b467028e7a55994cea4093a4a (diff)
NIP-90: consistency changes
-rw-r--r--90.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/90.md b/90.md
index 4c0eff6..163dbd0 100644
--- a/90.md
+++ b/90.md
@@ -43,7 +43,7 @@ A request to process data, published by a customer. This event signals that an c
43 "tags": [ 43 "tags": [
44 [ "i", "<data>", "<input-type>", "<relay>", "<marker>" ], 44 [ "i", "<data>", "<input-type>", "<relay>", "<marker>" ],
45 [ "output", "<mime-type>" ], 45 [ "output", "<mime-type>" ],
46 [ "relays", "wss://..."], 46 [ "relays", "wss://..." ],
47 [ "bid", "<msat-amount>" ], 47 [ "bid", "<msat-amount>" ],
48 [ "t", "bitcoin" ] 48 [ "t", "bitcoin" ]
49 ] 49 ]
@@ -162,10 +162,10 @@ Service Providers MAY use NIP-89 announcements to advertise their support for jo
162 \"about\": \"I'm a DVM specialized in translating Bitcoin content.\" 162 \"about\": \"I'm a DVM specialized in translating Bitcoin content.\"
163 }", 163 }",
164 "tags": [ 164 "tags": [
165 [ "k", 5005 ], // e.g. translation 165 [ "k", "5005" ], // e.g. translation
166 [ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains" 166 [ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains"
167 ] 167 ]
168} 168}
169``` 169```
170 170
171Customers can use NIP-89 to see what service providers their follows use. \ No newline at end of file 171Customers can use NIP-89 to see what service providers their follows use.