Skip to content

Commit 2d55ced

Browse files
Update API.md
1 parent 8bc26ee commit 2d55ced

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

API.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -373,16 +373,16 @@ interface heatmapProp {
373373

374374
```javascript
375375
<GoogleMapReact
376-
bootstrapURLKeys={{
377-
key: [YOUR_KEY],
378-
libraries:['visualization']
379-
}}
380-
zoom={zoom}
381-
center={center}
382-
heatmap={{data}}
383-
>
384-
{markers}
385-
</GoogleMapReact>
376+
bootstrapURLKeys={{
377+
key: [YOUR_KEY],
378+
libraries:['visualization']
379+
}}
380+
zoom={zoom}
381+
center={center}
382+
heatmap={{data}}
383+
>
384+
{markers}
385+
</GoogleMapReact>
386386
```
387387

388388
#### Important Note

0 commit comments

Comments
 (0)