Skip to content

Commit 7ae5de3

Browse files
author
Tom Ingold
authored
updated getting started to fix formatting
removed html escaping for markdown
1 parent b610626 commit 7ae5de3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Getting-Started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jsprit is a multi-module project and consists of:
1313
If you want to use the latest release of jsprit-core, add the following lines to your pom:
1414

1515
```
16-
<dependency>
17-
<groupId>com.graphhopper</groupId>
18-
<artifactId>jsprit-core</artifactId>
19-
<version>{version}</version>
20-
</dependency>
16+
<dependency>
17+
<groupId>com.graphhopper</groupId>
18+
<artifactId>jsprit-core</artifactId>
19+
<version>{version}</version>
20+
</dependency>
2121
```
2222

2323
Find the latest versions here: [mvn repository](https://mvnrepository.com/artifact/com.graphhopper/jsprit-core)

0 commit comments

Comments
 (0)