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:
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.github.Tofaa2.EntityLib</groupId>
|
||||
<artifactId>(platform)</artifactId>
|
||||
<version>(latest-release-version)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.Tofaa2.EntityLib</groupId>
|
||||
<artifactId>(platform)</artifactId>
|
||||
<version>(latest-release-version)</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
## NOTE:
|
||||
|
|
Loading…
Reference in a new issue