From dfc7c964795b792774339a7a7ee026c49884ad66 Mon Sep 17 00:00:00 2001 From: Kyle Banks Date: Sun, 6 Oct 2013 20:26:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b2d05..3d641b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Simple implementation of XOR Encryption/Decrypting in various languages, includi - [C++](C++/main.cpp) - [Dart](Dart/xorencryption.dart) - [Groovy](Groovy/XOREncryption.groovy) -- [Java](Java (Android compatible\)/XOREncryption.java) +- [Java (Android Compatible)](Java (Android compatible\)/XOREncryption.java) - [JavaScript](JavaScript/XOREncryption.js) - [Objective-C](Objective-C/main.m) - [Python](Python/XOREncryption.py)