Browse Source

fixing readme.md of the main framework

Raanan Weber 8 năm trước cách đây
mục cha
commit
f686d88533
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:
 
 ```
     ....