From 8f2a49efd0cc1015e94018c416375280f262c7c4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 12 Jun 2015 22:45:14 -0600 Subject: [PATCH] note base64-js --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e91c3..589273a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -utf8-typed +Unibabel ========== Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript @@ -12,6 +12,7 @@ See also * [text-encoding](https://github.com/inexorabletash/text-encoding) * [TextEncoderLite (based on Buffer)](https://github.com/coolaj86/TextEncoderLite/tree/litest) * [TextEncoderLite (based on text-encoding)](https://github.com/coolaj86/TextEncoderLite/tree/lite) + * [Beatgammit's base64-js](https://github.com/beatgammit/base64-js) API ===