Skip to content

Commit

Permalink
fix typo in README.md (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmahoney committed Feb 17, 2023
1 parent 4ad4db5 commit 03271dd
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 @@ -26,7 +26,7 @@ or
As of version 1.2.4, you can now pass an `apiKey` prop to automatically load the Google maps scripts. The api key can be found in your [google cloud console.](https://developers.google.com/maps/documentation/javascript/get-api-key)

```js
<AutoComplete
<Autocomplete
apiKey={YOUR_GOOGLE_MAPS_API_KEY}
onPlaceSelected={(place) => console.log(place)}
/>
Expand Down

0 comments on commit 03271dd

Please sign in to comment.