Skip to content

Commit 19b21af

Browse files
nidelsone111077
authored andcommitted
fix attribute name to fit-to-markers
The `fitToMarkers` property is in the plural. Fix #374
1 parent 5ad36c9 commit 19b21af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are seeking a smaller, simplified version of `google-map`, we recommend u
2424
```
2525
-->
2626
```html
27-
<google-map fit-to-marker api-key="AIzaSyD3E1D9b-Z7ekrT3tbhl_dy8DCXuIuDDRc">
27+
<google-map fit-to-markers api-key="AIzaSyD3E1D9b-Z7ekrT3tbhl_dy8DCXuIuDDRc">
2828
<google-map-marker latitude="37.78" longitude="-122.4" draggable="true"></google-map-marker>
2929
</google-map>
3030
```

0 commit comments

Comments
 (0)