diff --git a/README.md b/README.md index 966ae5d..9832504 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ jquery-locationpicker-plugin JQuery Location Picker plugin -This plug-in allows to easily find and select location on the Google map. Except of single point it allows to choose some area by providing center of the area and some radius. All the date can be saved to any html input element automatically as well as processed with javascript (callback support). +This plug-in allows to easily find and select a location on the Google map. Along with a single point selection, it allows to choose an area by providing its center and the radius. All the data can be saved to any HTML input element automatically as well as be processed by Javascript (callback support). -The other feature of the plug-in is automatical address resoulver wich allows to get address line from the selected latitude and longitude. Also plug-in supports search by address typed into the binded input element which uses autocomplete feature from Google API to make search process easier. In this case marker will be automatically positioned on the map after successull address resolution. +The other feature of the plug-in is automatic address resolver which allows to get address line from the selected latitude and longitude. The plug-in also supports searching by address typed into the bound input element which uses auto-complete feature from Google API to make the search process easier. In this case the marker will be automatically positioned on the map after successful address resolution. -Currently plug-in uses JQuery and Google Maps. Integration is pretty simple: +The plug-in currently uses JQuery and Google Maps. Integration is pretty simple: ``` $('mycontainer').locationpicker();