Ver Fonte

Fixed missing apostraphe.

mitm há 7 anos atrás
pai
commit
b7ec116bd7

+ 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.
 
-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:
 
@@ -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/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]
 ----
@@ -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>>.
 
-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.