Преглед изворни кода

maven.adoc: correct the levels of 2 section titles

Stephen Gold пре 4 година
родитељ
комит
4e8b6b370f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/modules/ROOT/pages/getting-started/maven.adoc

+ 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]
 ----