Skip to content

Commit

Permalink
Fix docs for HERE refs #101
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Aug 19, 2014
1 parent 05ec7d7 commit e53f963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,7 +20,7 @@ In addition to the providers you are free to use, we support some layers which r

### HERE (formerly Nokia).

In order to use HERE basemaps, you must [register](http://developer.here.com/getting-started). With your `devID` and `appID` specified in the options. the available layers are:
In order to use HERE basemaps, you must [register](http://developer.here.com/getting-started). With your `app_id` and `app_code` specified in the options. The available layers are:

* HERE.normalDay
* HERE.normalGreyDay
Expand All @@ -31,8 +31,8 @@ In order to use HERE basemaps, you must [register](http://developer.here.com/get
For example:
```Javascript
L.tileLayer.provider('HERE.terrainDay', {
devID: 'insert ID here',
appId: 'insert ID here'
app_id: 'insert ID here',
app_code: 'insert ID here'
}).addTo(map);
```

Expand Down

0 comments on commit e53f963

Please sign in to comment.