Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 1aba506

Browse files
Update README.md
1 parent 0879259 commit 1aba506

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Contains common test classes and data.
2222
To install the SANSA Inference API, you need to download it via Git and install it via Maven.
2323
```shell
2424
git clone https://github.com/SANSA-Stack/SANSA-Inference.git
25-
cd SNASA-Inference
25+
cd SANSA-Inference
2626
mvn clean install
2727
```
2828
Afterwards, you have to add the dependency to your pom.xml
@@ -52,23 +52,24 @@ Using Maven pre-build artifacts
5252
<name>University Leipzig, AKSW Maven2 Repository</name>
5353
<url>http://maven.aksw.org/archiva/repository/snapshots</url>
5454
<releases>
55-
<enabled>false</enabled>
56-
</releases>
57-
<snapshots>
58-
<enabled>true</enabled>
59-
</snapshots>
55+
<releases>
56+
<enabled>false</enabled>
57+
</releases>
58+
<snapshots>
59+
<enabled>true</enabled>
60+
</snapshots>
6061
</repository>
6162

6263
<repository>
6364
<id>maven.aksw.internal</id>
6465
<name>University Leipzig, AKSW Maven2 Internal Repository</name>
6566
<url>http://maven.aksw.org/archiva/repository/internal</url>
6667
<releases>
67-
<enabled>true</enabled>
68-
</releases>
69-
<snapshots>
70-
<enabled>false</enabled>
71-
</snapshots>
68+
<enabled>true</enabled>
69+
</releases>
70+
<snapshots>
71+
<enabled>false</enabled>
72+
</snapshots>
7273
</repository>
7374
```
7475
2. Add dependency to your pom.xml

0 commit comments

Comments
 (0)