소스 검색

Fixed missing apostraphe.

mitm 7 년 전
부모
커밋
b7ec116bd7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/docs/asciidoc/jme3/simpleapplication_from_the_commandline.adoc

+ 3 - 3
src/docs/asciidoc/jme3/simpleapplication_from_the_commandline.adoc

@@ -41,7 +41,7 @@ TIP: What is an link:https://help.github.com/articles/adding-a-new-ssh-key-to-yo
 
 
 The install command will install the built jars into your local maven repositories org.jmonkeyengine folder, which on Linux is ~/.m2, and on Windows might be in AppData, or in your home directory.
 The install command will install the built jars into your local maven repositories org.jmonkeyengine folder, which on Linux is ~/.m2, and on Windows might be in AppData, or in your home directory.
 
 
-To use the engine in a game project, you can use link:https://hub.jmonkeyengine.org/t/bootmonkey-bootstrap-your-jme-project/37141[bootmonkey] or clone a template project from GitHub.
+To use the engine in a game project, you can use link:https://hub.jmonkeyengine.org/t/bootmonkey-bootstrap-your-jme-project/37141[BootMonkey] or clone a template project from GitHub.
 
 
 To use the template, first create a folder for your project:
 To use the template, first create a folder for your project:
 
 
@@ -57,7 +57,7 @@ Next, clone one of these templates:
 *  link:https://github.com/Simsilica/Examples/tree/master/simple-jme[Simsilica/Examples]
 *  link:https://github.com/Simsilica/Examples/tree/master/simple-jme[Simsilica/Examples]
 *  link:https://github.com/Nehon/base-jme[Nehon/base-jme]
 *  link:https://github.com/Nehon/base-jme[Nehon/base-jme]
 
 
-After cloning, open the `build.gradle` file and uncomment the local maven repository, change the version variable, and uncomment any dependencies you will need:
+After cloning, open the `build.gradle` file and uncomment the `mavenLocal()` repository, change the version variable, and uncomment any dependencies you will need:
 
 
 [source]
 [source]
 ----
 ----
@@ -112,7 +112,7 @@ dependencies {
 
 
 For a detailed description of the separate jar files see <<jme3/jme3_source_structure#structure_of_jmonkeyengine3_jars,this list>>.
 For a detailed description of the separate jar files see <<jme3/jme3_source_structure#structure_of_jmonkeyengine3_jars,this list>>.
 
 
-Thats it, you're done. After the clone you will have a project that contains a source package with a default blue cube JME3 app and a subproject that has the proper asset directory structure for your assets.
+That's it, you're done. After the clone, you will have a project that contains a source package with a default blue cube JME3 app and a subproject that has the proper asset directory structure for your assets.
 
 
 Build and run your project and you should see a blue cube.
 Build and run your project and you should see a blue cube.