Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
added reference to where you create the MapsLib instance
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Mar 4, 2015
1 parent 7748750 commit 74331a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Follow the steps below and you'll be in business with your own map.

## MapsLib options

You can configure your map by passing in a dictionary of options when you create a new `MapsLib` instance. Here's an example:
You can configure your map by passing in a dictionary of options when you create a new `MapsLib` instance in `index.html` or `index_iframe.html`. Here's an example:

```javascript
var myMap = new MapsLib({
Expand Down

0 comments on commit 74331a2

Please sign in to comment.