Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit cf87dc9

Browse files
author
Mika Koskiola
committed
Further fine tuning to the readme
1 parent d1a86b6 commit cf87dc9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ It is a clean project without external dependencies!
1515

1616
## Configuring the project
1717

18-
- go to the \www\app\templates\ folder and open up the results.html with your favorite editor
19-
- Edit the line <div id="map" data-tap-disabled="true" google-map style="height:100%; width: 100%;" api-key="YOUR_API_KEY" events="events"></div> to include your Google API key
18+
1) go to the \www\app\templates\ folder and open up the results.html with your favorite editor
19+
2) Edit the following line to include your Google API key:
20+
21+
```
22+
<div id="map" data-tap-disabled="true" google-map style="height:100%; width: 100%;" api-key="YOUR_API_KEY" events="events"></div>
23+
```
2024

2125
## Trying out the app
2226

0 commit comments

Comments
 (0)