From 9d8f3ff7a2483172bc4cb45064c48f267fcd59b2 Mon Sep 17 00:00:00 2001 From: Alberto Acevedo Date: Tue, 17 Jan 2017 15:50:09 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690f6491..e921159f 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ cesiumViewer.extend(Cesium.viewerCesiumNavigationMixin, options); viewer.cesiumNavigation.destroy(); ``` - To lock the compass and navigation controls use the following. Use true to lock mode, -- false for unlocked mode. The default is false. + false for unlocked mode. The default is false. ```JavaScript viewer.cesiumNavigation.setNavigationLocked(true/false); ```