diff --git a/parsers/base64/70-base64.html b/parsers/base64/70-base64.html index e8ac133f..780df599 100644 --- a/parsers/base64/70-base64.html +++ b/parsers/base64/70-base64.html @@ -4,7 +4,7 @@ @@ -22,7 +22,8 @@

A function that converts the chosen property (default msg.payload) to and from base64 format.

If the input is a buffer it converts it to a Base64 encoded string.

If the input is a Base64 string it converts it back to a binary buffer.

-

You can also fix conversion string to base64,and base64 to string if required.

+

You can also fix coding into base64, and base64 to buffer if required.

+

Note: Using "Encode to Base64" will encode an already encoded string.