From c88a6156f515b1f6621b493d01581e710480d240 Mon Sep 17 00:00:00 2001 From: ayunami2000 Date: Tue, 26 Jul 2022 13:18:31 -0400 Subject: [PATCH] Add credits to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 598ef3a..f33354d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # ayunWebEPK - Compile EPK files in your browser! +Compile EPK files in your browser! + +Utilizes: +- [JSZip](https://github.com/Stuk/jszip) +- [pako](https://github.com/nodeca/pako) +- [js-sha1](https://github.com/emn178/js-sha1)