瀏覽代碼

Merge pull request #3902 from assimp/kimkulling-readme-fix

Update Readme.md
Kim Kulling 4 年之前
父節點
當前提交
403aef8cea
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Readme.md

+ 3 - 3
Readme.md

@@ -66,9 +66,9 @@ Open Asset Import Library is implemented in C++. The directory structure looks l
 
 
 The source code is organized in the following way:
 The source code is organized in the following way:
 
 
-	code/Common		The base implementation for importers and the infrastructure
-	code/PostProcessing	The post-processing steps
-	code/<FormatName>	Implementation for import and export for the format
+	code/Common			The base implementation for importers and the infrastructure
+	code/PostProcessing		The post-processing steps
+	code/AssetLib/<FormatName>	Implementation for import and export for the format
 
 
 ### Where to get help ###
 ### Where to get help ###
 For more information, visit [our website](http://assimp.org/). Or check out the `./doc`- folder, which contains the official documentation in HTML format.
 For more information, visit [our website](http://assimp.org/). Or check out the `./doc`- folder, which contains the official documentation in HTML format.