diff --git a/API.md b/API.md index dbd799c..8e55ccd 100644 --- a/API.md +++ b/API.md @@ -240,8 +240,6 @@ Example (centering the marker): ```javascript const greatPlaceStyle = { position: 'absolute', - top: '50%'; - left: '50%'; transform: 'translate(-50%, -50%)'; } ```