浏览代码

fixing readme.md of the main framework

Raanan Weber 8 年之前
父节点
当前提交
f686d88533
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -42,7 +42,7 @@ or individual classes using:
 import { Scene, Engine } from 'babylonjs';
 ```
 
-Don't forget to add 'babylonjs' to 'types' in tsconfig.json:
+If using TypeScript, don't forget to add 'babylonjs' to 'types' in tsconfig.json:
 
 ```
     ....