Skip to content

Commit 1295fef

Browse files
committed
refactor(readmes): use right name for readme title
1 parent 6385d34 commit 1295fef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/directions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `useDirections` Hook Setup Example
22

33
This is an example setup to show the usage of the **useDirections hook with findAndRenderRoute** with the Google Maps React Hooks library.
44

examples/geocoding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `useGeocoder` Hook Setup Example
22

33
This is an example setup to show the usage of the **useGeocoder hook** with the Google Maps React Hooks library.
44

examples/google-map-with-markers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# Google Maps With Markers Setup Example
22

33
This is an example setup to show a **Google Map with markers** with the Google Maps React Hooks library.
44

examples/places-autocomplete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `useAutocomplete` Hook Setup Example
22

33
This is an example setup of a **Map with a Places Autocomplete Search** to show the usage of the **useAutocomplete hook** with the Google Maps React Hooks library.
44

examples/places/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `usePlacesService` Hook Setup Example
22

33
This is an example setup to show a **Google Map with place** using the usePlacesService hook with the Google Maps React Hooks library.
44

0 commit comments

Comments
 (0)