From ac0756d8cd97a931a261fc06a88de10978a28f59 Mon Sep 17 00:00:00 2001 From: "Arend v. Reinersdorff" Date: Mon, 20 Jun 2016 15:15:48 +0200 Subject: [PATCH] Link to Javadoc at javadoc.io --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2707f79..0269c0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ jRTF is a simple library to generate RTF documents and to fill RTF template files. The syntax is compact and non-verbose which makes it to some kind of DSL (domain specific language) for RTF documents. It's published under the BSD license. -See also [jrtf in Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jrtf%22) +See also: +* [jrtf in Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jrtf%22) +* [Javadoc](http://javadoc.io/doc/com.tutego/jrtf/) The Basics ==========