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 ==========================