Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Feb 9, 2015
1 parent 29de01b commit fa22f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div id="map" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%"></div>

<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="../dist/leaflet.vector-markers.js"></script>
<script src="../dist/Leaflet.vector-markers.js"></script>
<script>
var map = L.map('map').setView([48.15491,11.54183], 14);

Expand All @@ -31,4 +31,4 @@
L.marker([48.15391,11.52283], {icon: L.VectorMarkers.icon({icon: 'rocket', prefix: 'fa', markerColor: '#eee8d5', iconColor: '#002b36'}) }).addTo(map);
</script>
</body>
</html>
</html>

0 comments on commit fa22f15

Please sign in to comment.