From 8eb7d1a2ad98e4218ca0541e2187607baf76a311 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Thu, 23 Mar 2017 14:05:32 +0100 Subject: [PATCH] Update README to point to right repository (Fixes #309) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e18e8354..aed55258 100644 --- a/README.adoc +++ b/README.adoc @@ -37,7 +37,7 @@ If you're building your project using Maven, you can add the following dependenc If your project is built using another build tool that uses the Maven Central repository, translate this dependency into the format used by your build tool. == Building SSHJ -. Clone the Overthere repository. +. Clone the SSHJ repository. . Ensure you have Java6 installed with the http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html[Unlimited strength Java Cryptography Extensions (JCE)]. . Run the command `./gradlew clean build`.