Skip to content

Commit

Permalink
Update Documentation/OfflineGuide/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Suhag <sanjeetsuhag@users.noreply.github.com>
  • Loading branch information
ggetz and sanjeetsuhag committed Dec 13, 2022
1 parent 8f80885 commit 48efed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/OfflineGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Most other files loaded in CesiumJS, such as 3D Tiles or glTF, are static assets
For example, a local tileset in an `example` directory can now be loaded with the following url:

```js
var tileset = viewer.scene.primitives.add(
const tileset = viewer.scene.primitives.add(
new Cesium.Cesium3DTileset({
url: "http://localhost:8003/example/tileset.json",
})
Expand Down

0 comments on commit 48efed4

Please sign in to comment.