Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asennikov committed Jan 28, 2016
1 parent 9c5c2f8 commit b36ec19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ Simply add something similar to this to your styles:
```

In `config/environment.js` you can specify additional Google Maps libraries
to be loaded along with this add-on (check the full list [here](https://developers.google.com/maps/documentation/javascript/libraries))
and optional API key for your application (additional info could be found [here](https://developers.google.com/maps/web/)).
to be loaded along with this add-on (check the full list [here](https://developers.google.com/maps/documentation/javascript/libraries)),
optional API key for your application (additional info could be found [here](https://developers.google.com/maps/web/)) and optional explicit protocol setting.

```javascript
ENV['g-map'] = {
libraries: ['places', 'geometry'],
key: 'your-unique-google-map-api-key'
key: 'your-unique-google-map-api-key',
protocol: 'https'
}
```

Expand Down

0 comments on commit b36ec19

Please sign in to comment.