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