We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9c81e commit 79ff1aaCopy full SHA for 79ff1aa
1 file changed
5D.md
@@ -38,7 +38,7 @@ The shell identifies senders via `MessageEvent.source` (unforgeable Window refer
38
39
| Verb | Format | Description |
40
|------|--------|-------------|
41
-| `REGISTER` | `["REGISTER", <payload>]` | Announce napplet type and claimed hash |
+| `REGISTER` | `["REGISTER", <payload>]` | Announce napplet type |
42
| `EVENT` | `["EVENT", <event>]` | Publish or command event |
43
| `REQ` | `["REQ", <sub_id>, <filter>, ...]` | Open subscription per [NIP-01](01.md) |
44
| `CLOSE` | `["CLOSE", <sub_id>]` | Close subscription |
0 commit comments