From 111757fb79aa51648170fa28c48f71de46982037 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 3 Dec 2018 13:34:31 +0100 Subject: [PATCH] Remove implementation note There are already multicodec codes in the table which are > 127 (Blake and Stein hashes). Hence implementations need to implement varint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e13bf6..fb8949b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Because [multistream](https://github.com/multiformats/multistream) is too long f > **Q. Why varints?** -So that we have no limitation on protocols. Implementation note: you do not need to implement varints until the standard multicodec table has more than 127 functions. +So that we have no limitation on protocols. > **Q. What kind of varints?**