From f5faa1780fe81dbb999f19cf2ca9b81a0f78d18b Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 14 Nov 2017 16:42:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4be22e..55b7136 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ decrypt.decryptAllPlainContents("decrypted_contents"); //Use decrypting inputstream. Data will be only loaded/decrypted on demand. -//Display the app.xml as hey dump +//Display the app.xml as hex dump FSTEntry appXMLEntry = title.getFSTEntryByFullPath("code/app.xml"); decrypt.getDecryptedOutputAsInputStream(appXMLEntry); //Lets just print the app.xml as hex data