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