kristianmandrup / gmaps-autocomplete-rails

Google Maps v3 search with jQuery UI Autocomplete, ready for use with Rails asset pipeline
MIT License
73 stars 35 forks source link

Mistake in README.md #11

Open QuinnHarris opened 10 years ago

QuinnHarris commented 10 years ago

The README.md file states

//= require gmaps-auto-complete

but this should be

//= require gmaps-autocomplete

kristianmandrup commented 10 years ago

Thanks ;)

kristianmandrup commented 10 years ago

But it sounds very strange, coz looking in vendor/assets the file is called gmaps-auto-complete.js. At least in my local repo.