diff --git a/README.md b/README.md index 6f67148..88ae63c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A port of the browser's `btoa` function. Uses `Buffer` to emulate the exact functionality of the browser's btoa (except that it supports unicode and the browser may not). -It turns **b**inary data __to__ base64-encoded **a**scii. +It turns binary data __to__ base64-encoded ascii. (function () { "use strict";