From de0d455dbc0c43565d13c245efdeb9fb48494166 Mon Sep 17 00:00:00 2001 From: Jonny Rhea Date: Thu, 30 May 2019 14:27:38 -0500 Subject: [PATCH] Update README.md --- lpm-stream/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpm-stream/README.md b/lpm-stream/README.md index eb2498b..5b0e32e 100644 --- a/lpm-stream/README.md +++ b/lpm-stream/README.md @@ -9,7 +9,7 @@ lpm-stream # Description -length-prefixed-message is a trivial protocol that "packetizes" an arbitrary stream. It is used to wrap arbitrary streams of data as varint-length delimited messages. This ensures the other size can stop. +length-prefixed-message is a trivial protocol that "packetizes" an arbitrary stream. It is used to wrap arbitrary streams of data as varint-length delimited messages. This ensures the other side can stop. Related: - [msgio](https://github.com/jbenet/go-msgio)