From 76f1904bd4cda35a004fc315bdeab0ed04454c7e Mon Sep 17 00:00:00 2001 From: Aleksei Date: Sat, 15 Jan 2022 20:32:28 +0300 Subject: [PATCH] identify fixing typo in README.md (#388) --- identify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identify/README.md b/identify/README.md index 72659f7..e2783b4 100644 --- a/identify/README.md +++ b/identify/README.md @@ -65,7 +65,7 @@ The push variant works by opening a stream to each remote peer you want to updat `/ipfs/id/push/1.0.0` as the protocol id string. When the remote peer accepts the stream, the local peer will send an `Identify` message and close the stream. -Upon recieving the pushed `Identify` message, the remote peer should update their local +Upon receiving the pushed `Identify` message, the remote peer should update their local metadata repository with the information from the message. Note that missing fields should be ignored, as peers may choose to send partial updates containing only the fields whose values have changed.