From 8411fd971e509a6ae1e65a310b1896fe0ddc1e27 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 18 May 2015 12:04:35 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86aefe8..3745ad3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# utf8-typed +utf8-typed +========== + Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript + +This is based wholly on the work by good folks at the MDN. + +See https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding + +License +======= + +Mozilla has licensed this code in the Public Domain, which means that I am at liberty to re-license my copy under the Apache 2, which is something that, general speaking, your legal department will feel more comfortable with.