From 4cf740bf2fe3d68ea0074de1409f0ea27a0263f0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 30 Jan 2018 19:45:36 +0100 Subject: [PATCH] readme tweak --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 76ebcf3..45f0e20 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,7 @@ Currently the different available records are } ``` -When encoding, scalar values are converted to an array and strings are converted to UTF-8 encoded Buffers. An error is `thrown` if a string or Buffer is empty. - -When decoding, an array of Buffer is always returned. +When encoding, scalar values are converted to an array and strings are converted to UTF-8 encoded Buffers. When decoding, the return value will always be an array of Buffer. #### `NS`