From 0ac3dcc5aac494220713ddda223449e4f25da3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Oli=C5=A1ar?= Date: Sat, 26 Mar 2016 16:16:34 +0100 Subject: [PATCH] Update readme (googleMapApiLoader) --- README.md | 7 ++++++- docs/en/index.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 069bd63..a71a434 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/en/index.md b/docs/en/index.md index 78cc7fb..75c4b4d 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -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 ==========================