Update README.md

This commit is contained in:
AJ ONeal 2014-05-20 09:58:09 -05:00
parent fcb608ae56
commit e588305f24
1 changed files with 1 additions and 1 deletions

View File

@ -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 <strong>b</strong>inary data __to__ base64-encoded <strong>a</strong>scii.
(function () {
"use strict";