PetterGs 4 年之前
父節點
當前提交
8e7c24c684
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -150,7 +150,7 @@ tilesRenderer.manager.addHandler( /\.gltf$/, {
 
 ## Loading from Cesium Ion
 
-Loading from Cesium Ion requires some extra fetching of the ion url endpoint, as well as a temporary bearer access token. A full example is found in the iosExample.js file in the examples folder.
+Loading from Cesium Ion requires some extra fetching of the ion url endpoint, as well as a temporary bearer access token. A full example is found in the ionExample.js file in the examples folder.
 
 Set the desired assetId as well as your Ion AccessToken. [More reading is provided by the Cesium Rest documentation.](https://cesium.com/docs/rest-api/)
 
@@ -201,7 +201,6 @@ fetch( url, { mode: 'cors' } )
 		};
 
 		// Setup draco compression etc. here
-
 	} )
 ```