Skip to content

Commit

Permalink
Update readme (googleMapApiLoader)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olicek committed Mar 26, 2016
1 parent 95ed6c8 commit 0ac3dcc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ extensions:
map: Oli\GoogleAPI\MapApiExtension
```
The last step is to link `client-side/googleMapAPI.js` to your page.
The last step is to link 2 files to your page.

```
client-side/googleMapAPI.js
client-side/googleMapApiLoader.js
```

[Documentation](https://github.com/Olicek/GoogleMapAPI/blob/master/docs/en)
7 changes: 6 additions & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ extensions:
map: Oli\GoogleAPI\MapApiExtension
```
The last step is to link `client-side/googleMapAPI.js` to your page.
The last step is to link 2 files to your page.

```
client-side/googleMapAPI.js
client-side/googleMapApiLoader.js
```

Configuration in a neon file
==========================
Expand Down

0 comments on commit 0ac3dcc

Please sign in to comment.