Skip to content

Commit 0144c55

Browse files
committed
chore(examples): update examples READMEs
1 parent b0ab3ac commit 0144c55

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

examples/basic-google-map/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ This is an example setup to show a **basic Google Map** with the Google Maps Rea
66

77
To run this project, clone the Google Maps React Hooks repository locally.
88

9-
At the root of the repository, run:
9+
First go to the root of the repository and run
10+
11+
```shell
12+
npm install
13+
```
14+
15+
once to install all dependencies.
16+
17+
Then start this example locally with
1018

1119
```shell
1220
npm run start:sample-map

examples/geocoding/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ This is an example setup to show the usage of the **useGeocoder hook** with the
66

77
To run this project, clone the Google Maps React Hooks repository locally.
88

9-
At the root of the repository, run:
9+
First go to the root of the repository and run
10+
11+
```shell
12+
npm install
13+
```
14+
15+
once to install all dependencies.
16+
17+
Then start this example locally with
1018

1119
```shell
1220
npm run start:geocoding-example

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ This is an example setup to show a **Google Map with markers** with the Google M
66

77
To run this project, clone the Google Maps React Hooks repository locally.
88

9-
At the root of the repository, run:
9+
First go to the root of the repository and run
10+
11+
```shell
12+
npm install
13+
```
14+
15+
once to install all dependencies.
16+
17+
Then start this example locally with
1018

1119
```shell
1220
npm run start:map-with-markers

0 commit comments

Comments
 (0)