Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmichaeldiego committed Aug 31, 2020
1 parent 8bc26ee commit 2d55ced
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions API.md
Expand Up @@ -373,16 +373,16 @@ interface heatmapProp {

```javascript
<GoogleMapReact
bootstrapURLKeys={{
key: [YOUR_KEY],
libraries:['visualization']
}}
zoom={zoom}
center={center}
heatmap={{data}}
>
{markers}
</GoogleMapReact>
bootstrapURLKeys={{
key: [YOUR_KEY],
libraries:['visualization']
}}
zoom={zoom}
center={center}
heatmap={{data}}
>
{markers}
</GoogleMapReact>
```

#### Important Note
Expand Down

0 comments on commit 2d55ced

Please sign in to comment.