From b19319e99cd4e6cbdceb1a72f767190c7f0e1457 Mon Sep 17 00:00:00 2001 From: Peter Bloem Date: Wed, 14 Sep 2016 16:13:34 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f720e4b..ab2d3b5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ and the following dependency: com.github.pbloem motive - v.1.xxx + v0.1.XXX ``` Check the jitpack link above for linking from gradle/sbt/leiningen projects, and to see what the latest release is. From 4fb0b8ca194dc250c72ba8b131f872fb4e39c7b4 Mon Sep 17 00:00:00 2001 From: Peter Bloem Date: Wed, 14 Sep 2016 16:15:01 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab2d3b5..e884715 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A proof-of-concept library for motif analysis using MDL techniques. It contains Each release on github comes with a compiled JAR file which you can run as a command-line program. Download [the latest one here](https://github.com/pbloem/motive/releases). See the section _examples_ below, for how to use it. -If you would like to call the code directly from your own program, the simplest way is to include it as a Maven dependency through [jitpack](http://jitpack.io/pbloem/motive). Just include the following repository in your pom: +If you would like to call the code directly from your own program, the simplest way is to include it as a Maven dependency through [jitpack](http://jitpack.io/#pbloem/motive). Just include the following repository in your pom: ```xml @@ -22,7 +22,7 @@ and the following dependency: com.github.pbloem motive - v0.1.XXX + v0.1.XXX ``` Check the jitpack link above for linking from gradle/sbt/leiningen projects, and to see what the latest release is.