diff --git a/docs/src/components/map.md b/docs/src/components/map.md
index 1960d62..58a1ba0 100644
--- a/docs/src/components/map.md
+++ b/docs/src/components/map.md
@@ -2,7 +2,7 @@
## Install
-This is the base Map component. If no props are provided, it shows an empty map component with default controls.
+This is the base Map component. If no props are provided, it shows an empty map component with default controls.
```javascript
@@ -19,7 +19,7 @@ You can generate custom map styles at [https://mapstyle.withgoogle.com/](https:
```
## Disable ui elements
-You can disable all ui components at once
+You can disable all ui components at once
```javascript
-
+
+
-
+
+
+
+
```
-## Center markers automatically
-To center markers so that all the markers are visible, use:
+## Enable/Disable events
+You can enable or disable map events by passing props.
+
```vue
-
-
+
+
-
-```
\ No newline at end of file
+
+
+```
diff --git a/package.json b/package.json
index 352a0b9..5e2cc1f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3",
- "version": "0.7.0",
+ "version": "0.7.1",
"private": false,
"main": "src/main.js",
"keywords": [