Skip to content

Commit 1ab42b5

Browse files
author
Jon Staab
committed
Small tweaks
1 parent 5bc85d0 commit 1ab42b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

90.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ This NIP defines listings for service providers.
1212

1313
A flow is an independently-defined specification for how users ineract with a given service. The flow may be identified using any one of the following:
1414

15-
- A `SP-XX` number, referring to a specification contained in this document.
16-
- A url pointing to a web page containing a flow specification.
17-
- A nostr event address pointing to any event which contains a flow specification.
15+
- A `NSP-XX` number, referring to a specification contained in this document, e.g. `["n", "NSP-01"]`.
16+
- A url pointing to a web page containing a flow specification, e.g. `["n", "https://example.com/my-nsp"]`.
17+
- A nostr event address pointing to any event which contains a flow specification, e.g. `["n", "<kind>:<pubkey>:<d>"]`.
1818

1919
Flow specifications MAY describe ANY flow, but SHOULD use nostr events as the primary means of communication between parties. Nostr events SHOULD specify the address of the `kind 31999` service announcement event when relevant, rather than the serivce provider's pubkey. Events SHOULD be posted to the recipient's inbox relays unless specified otherwise.
2020

@@ -65,7 +65,7 @@ Service providers MAY publish kind `1999` heartbeat events to indicate service a
6565

6666
## Flow Specifications
6767

68-
### SP-01 - Content Discovery
68+
### NSP-01 - Content Discovery
6969

7070
User publishes a `kind 5300` request for recommended content, including the following tags:
7171

0 commit comments

Comments
 (0)