diff --git a/README.md b/README.md index c6cc19d..07cbb22 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # leafletR Interactive Web-Maps Based on the Leaflet JavaScript Library + +Installation +------------ + +```coffee +require(devtools) +install_github('bthieurmel/leafletR') +``` + +Use +------------ + +```coffee +require(leafletR) +?leaflet + +```