From d5724b4fd6839a41a6bb85751f32b422df410caf Mon Sep 17 00:00:00 2001 From: Lennard Voogdt Date: Wed, 20 Mar 2013 20:30:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a515802f5..116a59e0d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Colorful iconic & retina-proof markers for Leaflet, based on the Font Awesome/Tw ## Screenshots ![AwesomeMarkers screenshot](https://raw.github.com/lvoogdt/Leaflet.awesome-markers/master/screenshots/screenshot-soft.png "Screenshot of AwesomeMarkers") +JSfiddle demo: http://jsfiddle.net/VPzu4/embedded/result/ + ### Twitter Bootstrap/Font-Awesome icons This plugin depends on Bootstrap or Font-Awesome for the rendering of the icons. The Font-Awesome fonts and CSS classes could be included in the project. See these urls for more information: - http://fortawesome.github.com/Font-Awesome/ @@ -73,7 +75,7 @@ By default the icons are white, but you can set the color to black with the icon ````js // Creates a red marker with the coffee icon var redMarker = L.AwesomeMarkers.icon({ - icon: 'spinner', + icon: 'flag', color: 'red', iconColor: 'black' })