From b91e8b5296e4ed96268e0ca3bfaab92022d63834 Mon Sep 17 00:00:00 2001 From: "Javier G. Montoya S" Date: Fri, 19 Jan 2024 18:36:42 -0300 Subject: [PATCH] docs(README): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4efee..7c5d7b3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These relays can be hosted by anyone and have any rule or internal policy they w Relays can also lie about data published by others, but to ensure that isn't a problem, public-key cryptography is used and every note is signed. When you follow someone you're actually following their public key and clients will check notes received from relays to ensure they were properly signed. -The hardest part is how to find in which relay you will find notes of each people you follow, since they can be anywhere, but it's not an unsolvable problem. There are multiple heuristics currently being used to approach this by different cleints and new ones can always be added. +The hardest part is how to find in which relay you will find notes of each people you follow, since they can be anywhere, but it's not an unsolvable problem. There are multiple heuristics currently being used to approach this by different clients and new ones can always be added. ## Protocol specification