Browse Source

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

Update readme.md
David Catuhe 6 years ago
parent
commit
f5443bd7b7
1 changed files with 1 additions and 1 deletions
  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"
     ],
     ....
 ```