소스 검색

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:
 
 ```
     ....