Skip to content

Commit

Permalink
fix attribute name to fit-to-markers
Browse files Browse the repository at this point in the history
The `fitToMarkers` property is in the plural.
Fix #374
  • Loading branch information
nidelson authored and e111077 committed Nov 15, 2017
1 parent 5ad36c9 commit 19b21af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are seeking a smaller, simplified version of `google-map`, we recommend u
```
-->
```html
<google-map fit-to-marker api-key="AIzaSyD3E1D9b-Z7ekrT3tbhl_dy8DCXuIuDDRc">
<google-map fit-to-markers api-key="AIzaSyD3E1D9b-Z7ekrT3tbhl_dy8DCXuIuDDRc">
<google-map-marker latitude="37.78" longitude="-122.4" draggable="true"></google-map-marker>
</google-map>
```
Expand Down

0 comments on commit 19b21af

Please sign in to comment.