From e8381fdf1f0cdaa242570f253f5fe259bf2ac91e Mon Sep 17 00:00:00 2001 From: lvoogdt Date: Sat, 16 Mar 2013 00:47:55 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a2fb09ffa..0ea8b22c41 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ This plugin depends on Font-Awesome for the rendering of the icons. The Font-Awe ## Using the plugin Copy the dist/images directory and css/js files to your project and include them: ````xml - + ```` ````xml - + ```` Now use the plugin to create a marker like this: ````js // Creates a red marker with the coffee icon -var redMarker = L.IconMarker.icon({ +var redMarker = L.AwesomeMarkers.icon({ icon: 'icon-coffee', color: 'red' })