Update README.md
This commit is contained in:
parent
fcb608ae56
commit
e588305f24
|
@ -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).
|
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 () {
|
(function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
Loading…
Reference in New Issue