diff --git a/README.md b/README.md index d3c1c98..8adacf9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ map.selectArea.setControlKey(true); // box-zoom will be disabled and you can // start selecting with Shift key pressed -map.selectArea.setControlKey(true); +map.selectArea.setShiftKey(true); ``` ## License