From 7ae5de35924c88f16a22b96ff99a9ad2c621b970 Mon Sep 17 00:00:00 2001 From: Tom Ingold Date: Fri, 8 Dec 2017 14:47:05 -0600 Subject: [PATCH] updated getting started to fix formatting removed html escaping for markdown --- docs/Getting-Started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index aea9645f..e666ef52 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -13,11 +13,11 @@ jsprit is a multi-module project and consists of: If you want to use the latest release of jsprit-core, add the following lines to your pom: ``` -<dependency> - <groupId>com.graphhopper</groupId> - <artifactId>jsprit-core</artifactId> - <version>{version}</version> -</dependency> + + com.graphhopper + jsprit-core + {version} + ``` Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)