浏览代码

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