@@ -36,7 +36,7 @@ Afterwards it can be imported to the project using:
```
import * as BABYLON from 'babylonjs';
-import from 'babylonjs-loaders';
+import 'babylonjs-loaders';
This will extend Babylon's namespace with the loaders available.
-import from 'babylonjs-materials';
+import 'babylonjs-materials';
This will extend Babylon's namespace with the materials available:
-import from 'babylonjs-post-process';
+import 'babylonjs-post-process';
This will extend Babylon's namespace with the post processes available:
-import from 'babylonjs-procedural-textures';
+import 'babylonjs-procedural-textures';
This will extend Babylon's namespace with the procedural textures available: