Skip to content

Commit

Permalink
README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niesfisch committed Sep 28, 2010
1 parent 79b14c8 commit 5527de5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ either via Maven
<dependency>
<groupId>de.marcelsauer</groupId>
<artifactId>tokenreplacer</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>

or just take the jar from the [downloads](http://github.com/niesfisch/tokenreplacer/downloads) section and put it in your classpath.
Expand Down Expand Up @@ -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


0 comments on commit 5527de5

Please sign in to comment.