From 3b50d3d721e8a0cde70d0c4e756131624eeec5de Mon Sep 17 00:00:00 2001 From: dskvr Date: Wed, 1 Mar 2023 18:01:06 +0100 Subject: [PATCH] fix typo --- 66.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/66.md b/66.md index b088921d..2f960123 100644 --- a/66.md +++ b/66.md @@ -55,13 +55,13 @@ The tags should be used to represent the Relay's abilities and meta at a point i ```json ["events", "502341"], //tagEvents[] ``` -10. `"users" == tagUsers[0]` Relay IP. `tagUsers[]` **may** be included in the `event.tags[]` array. `tagUsers[1]` **must** be string. There **should** be no more than **one (1)** `tagUsers[]` +10. `"users" == tagUsers[0]` Number of users on relay. `tagUsers[]` **may** be included in the `event.tags[]` array. `tagUsers[1]` **must** be string. There **should** be no more than **one (1)** `tagUsers[]` ```json ["users","37482"] //tagUsers[] ``` -Example with Minimum Requirements: +Example with Minimum Requirements, "Relay is online" ```json { "id": "", @@ -76,7 +76,7 @@ Example with Minimum Requirements: } ``` -Example with all Tags: +Example with all Tags, "Relay is online and here's some data" ```json { "id": "",