From 5527de590274db5a401ba08d3cad8a7d98c57f1f Mon Sep 17 00:00:00 2001 From: Marcel Sauer Date: Tue, 28 Sep 2010 20:13:22 +0200 Subject: [PATCH] README changes --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4683f85..2501343 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ either via Maven de.marcelsauer tokenreplacer - 1.0 + 1.1 or just take the jar from the [downloads](http://github.com/niesfisch/tokenreplacer/downloads) section and put it in your classpath. @@ -116,9 +116,13 @@ toky.disableGeneratorCaching(); Have a look at [the unit test of Toky](http://github.com/niesfisch/tokenreplacer/blob/master/src/test/java/de/marcelsauer/tokenreplacer/TokyTest.java) to see some more samples +## Release Notes + +[Release Notes](http://github.com/niesfisch/tokenreplacer/blob/master/releasenotes.txt) + ## peeking into the source code and building from scratch $ git clone http://github.com/niesfisch/tokenreplacer.git tokenreplacer $ cd tokenreplacer $ mvn clean install - \ No newline at end of file +