From 06d3e1eaf85df5cb214956e3be95753ea5c1b8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Sun, 25 Jun 2017 01:41:22 +0200 Subject: [PATCH] base64 is done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfae435..74bc8d7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ See [docs](https://aureooms.github.io/js-codec/index.html). - [x] [@aureooms/js-codec-ascii](https://github.com/aureooms/js-codec-ascii) - [ ] [@aureooms/js-codec-utf16](https://github.com/aureooms/js-codec-utf16) - [ ] [@aureooms/js-codec-utf8](https://github.com/aureooms/js-codec-utf8) - - [ ] [@aureooms/js-codec-base64](https://github.com/aureooms/js-codec-base64) + - [x] [@aureooms/js-codec-base64](https://github.com/aureooms/js-codec-base64) - [ ] [@aureooms/js-codec-base32](https://github.com/aureooms/js-codec-base32) - [x] [@aureooms/js-codec-base16](https://github.com/aureooms/js-codec-base16)