From 4394b6e8f36bc36f04f3d13c1b99f07fcd3c7b92 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Fri, 30 Jun 2017 14:17:19 +0200 Subject: [PATCH] Added readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b0ba19 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Tengwar Translator Library + +A Java library containing an algorithm and some utility functions to transform normal human latin text into *Tengwar* text, and back, too! To include this library in your project, add the following to your Maven **.pom** file. *Replace `@VERSION@` with the latest version.* + +```xml + + + + jitpack.io + https://jitpack.io + + + + com.github.andrewlalis + TengwarTranslator + @VERSION@ + + +``` \ No newline at end of file