Fix: Maven Dependency Declaration Indentation
This commit is contained in:
parent
cb4ac1031f
commit
2c1119c23d
1 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -32,11 +32,11 @@ dependencies {
|
||||||
|
|
||||||
Maven:
|
Maven:
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.Tofaa2.EntityLib</groupId>
|
<groupId>com.github.Tofaa2.EntityLib</groupId>
|
||||||
<artifactId>(platform)</artifactId>
|
<artifactId>(platform)</artifactId>
|
||||||
<version>(latest-release-version)</version>
|
<version>(latest-release-version)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
## NOTE:
|
## NOTE:
|
||||||
|
|
Loading…
Reference in a new issue