Skip to content

Commit 02a20dd

Browse files
committed
style(README): update start process
1 parent 0d9187e commit 02a20dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/places-autocomplete/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 of a **Map with a Places Autocomplete Search** to show
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:autocomplete-example

0 commit comments

Comments
 (0)