Skip to content

Commit

Permalink
Add lowercase convention
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfranca committed May 10, 2024
1 parent 7d20215 commit 6a75f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 61.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An unbound list is a group of events with the same pubkey and `n` (list "n"ame)
An event can have many `n` tags, thus being member of many unbound lists.

To add an event to the "Close Friends" list,
add a "close-friend" (prefer singular form with dash separator) `n` tag to the event.
add a "close-friend" (prefer lowercase English words in singular form with dash separator) `n` tag to the event.

To remove an event from a "Close Friends" list,
remove the "close-friend" `n` tag from the event.
Expand Down Expand Up @@ -57,7 +57,7 @@ The following example is based on the unreleased
["d", "<another-user-pubkey>"],
["n", "follow"], // A "follow" "n" tag turns this event into a kind 3 equivalent entry
["n", "friend"], // He is part of may "Friends" list
["n", "close-friend"], // He is also part of the smaller "Close Friends" list
["n", "close-friend"], // He is also part of my smaller "Close Friends" list
["n", "contact"], // My contacts are users to whom I've sent DMs or started an one-to-one audio/video call
// ...other metadata describing the relationship
["T", "3:driver"] // This is using an unreleased spec to rate this user as a great driver
Expand Down

0 comments on commit 6a75f24

Please sign in to comment.