From c3437120528b17f204c36ba858524494b7d31885 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Wed, 21 Mar 2018 10:35:12 +0100 Subject: [PATCH] Fix a typo in README --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 582259b..f370789 100644 --- a/README.rdoc +++ b/README.rdoc @@ -3,7 +3,7 @@ == Overview leaflet-js wraps the Leaflet Javascript library in an asset gem so it can easily be used with Rails. It also includes the Leaflet.Label and Leaflet.Draw -plusins. For more information about the Leaflet library, please visit http://leafletjs.com. +plugins. For more information about the Leaflet library, please visit http://leafletjs.com. == Installation @@ -62,4 +62,4 @@ leaflet, then please refer to https://github.com/cfis/leaflet-js. == License See LICENSE for license information about leaflet-js. Please note that the Leaflet project -has its own LICENSE file also. \ No newline at end of file +has its own LICENSE file also.