浏览代码

Merge pull request #6826 from BabylonJS/RaananW-patch-1

Update readme.md
David Catuhe 6 年之前
父节点
当前提交
f5443bd7b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dist/preview release/gui/readme.md

+ 1 - 1
dist/preview release/gui/readme.md

@@ -27,7 +27,7 @@ If using TypeScript, the typing needs to be added to tsconfig.json:
     "types": [
         "babylonjs",
         "babylonjs-gui",
-        "angularFTW"
+        "otherImportsYouMightNeed"
     ],
     ....
 ```