2
0
Эх сурвалжийг харах

maven.adoc: correct the levels of 2 section titles

Stephen Gold 4 жил өмнө
parent
commit
4e8b6b370f

+ 2 - 2
docs/modules/ROOT/pages/getting-started/maven.adoc

@@ -43,7 +43,7 @@ For a basic Android application, you need at least:
 *  jme3-android
 *  jme3-android-native
 
-=== Gradle
+== Gradle
 
 [source,groovy]
 ----
@@ -59,7 +59,7 @@ dependencies {
 }
 ----
 
-=== Maven
+== Maven
 
 [source,xml]
 ----