瀏覽代碼

Merge pull request #8615 from jasowill536/patch-1

Fixing some typos
Raanan Weber 5 年之前
父節點
當前提交
0a6e9368c6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      nodeEditor/README.md

+ 3 - 3
nodeEditor/README.md

@@ -4,11 +4,11 @@ An extension to easily create or update any NodeMaterial.
 
 ## Usage
 ### Online method
-Call the method `Show` of the `BABYLON.NoteMaterial` class: 
+Call the method `Show` of the `BABYLON.NodeEditor` class: 
 ```
-BABYLON.NoteMaterial.Show({hostElement: document.getElementById("host")});
+BABYLON.NodeEditor.Show({hostElement: document.getElementById("host")});
 ```
-This method will retrieve dynamically the library `nodeEditor.js`, download it and add
+This method will retrieve dynamically the library `babylon.nodeEditor.js`, download it and add
 it to the html page.
 
 ### Offline method