From ac2fcf8f5ac4d67d4442ea54977cb19bbb3a474a Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Sat, 22 Jul 2017 12:09:28 +0200 Subject: [PATCH 1/2] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28dc498 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# RomPatcher.js +An IPS/UPS ROM patcher made in HTML5. + +Features: +[*] can patch and create patches +[*] compatible with IPS and UPS formats +[*] shows ROM CRC32, MD5 and SHA-1 before patching +[*] easily scalable to other formats +[*] made in Vanilla JS From 136efea01d938dc7d5592a960364b1c72b47a4f2 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Sat, 22 Jul 2017 12:10:06 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28dc498..4dd3499 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # RomPatcher.js An IPS/UPS ROM patcher made in HTML5. -Features: -[*] can patch and create patches -[*] compatible with IPS and UPS formats -[*] shows ROM CRC32, MD5 and SHA-1 before patching -[*] easily scalable to other formats -[*] made in Vanilla JS +**Features:** +* can patch and create patches +* compatible with IPS and UPS formats +* shows ROM CRC32, MD5 and SHA-1 before patching +* easily scalable to other formats +* made in Vanilla JS