From 8cc25ac83bec328b45c9527813b06e830a4211dc Mon Sep 17 00:00:00 2001 From: happylynx Date: Tue, 14 Jun 2016 03:55:14 +0200 Subject: [PATCH] Link to javadoc added I was forced forced to google the link to javadoc. This may save time for others. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e656a37a..ac70a7105 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Benchmark source code is available at: https://github.com/mbosecke/template-benc # Getting Started In general, the syntax of **Handlebars** templates is a superset of [Mustache](http://mustache.github.com) templates. For basic syntax, check out the [Mustache manpage](http://mustache.github.com). - The [Handlebars.java blog](http://jknack.github.io/handlebars.java) is a good place for getting started too. + The [Handlebars.java blog](http://jknack.github.io/handlebars.java) is a good place for getting started too. Javadoc is available at [javadox.com](http://javadox.com/com.github.jknack/handlebars/2.3.2/overview-summary.html). ## Maven #### Stable version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars)