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