From e588305f243c023dba3f60ac2faee7248de2ca2c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 May 2014 09:58:09 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";