Skip to content

Commit

Permalink
Typo (fixes #56)
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 6, 2014
1 parent 4ded71e commit 3f25a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The easy way :
<script type="text/javascript">
function map_init_basic (map, options) {
...
L.marker([50.5, 30.5]).addTo(e.map);
L.marker([50.5, 30.5]).addTo(map);
...
}
</script>
Expand Down

0 comments on commit 3f25a0c

Please sign in to comment.