소스 검색

Merge pull request #109 from Osrepnay/patch-2

Changed "jMokeyEngine" to jmonkeyengine
Davis Rollman 5 년 전
부모
커밋
f81f07c009
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_asset.adoc

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_asset.adoc

@@ -114,7 +114,7 @@ MyGame/...
 
 ----
 
-This is just a suggested best practice, and it's what you get by default when creating a new Java project in the jMokeyEngine xref:sdk:sdk.adoc[SDK]. You can create an `assets` directory and technically name the subdirectories whatever you like.
+This is just a suggested best practice, and it's what you get by default when creating a new Java project in the jMonkeyEngine xref:sdk:sdk.adoc[SDK]. You can create an `assets` directory and technically name the subdirectories whatever you like.
 
 IMPORTANT: When you build your project for distribution, there will be no `assets` directory. Instead, you will generate an `assets.jar` file, located in the `dist/lib` folder of your project that will contain the sub-folders of the `assets` directory and all the assets in those folders.