Skip to content

Commit 03271dd

Browse files
authored
fix typo in README.md (#197)
1 parent 4ad4db5 commit 03271dd

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
@@ -26,7 +26,7 @@ or
2626
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)
2727

2828
```js
29-
<AutoComplete
29+
<Autocomplete
3030
apiKey={YOUR_GOOGLE_MAPS_API_KEY}
3131
onPlaceSelected={(place) => console.log(place)}
3232
/>

0 commit comments

Comments
 (0)