apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Improvements in Readme #521

Open LucasCioffi opened 8 years ago

LucasCioffi commented 8 years ago

Hello, I love the gem. The README file would be a little stronger if it specified that there needs to be a migration which adds a latitude and a longitude attribute on the users table. It would also be helpful to make it clearer that the following section in the README is supposed to replace some of the code in step 5:

markers = handler.addMarkers(<%=raw @hash.to_json %>);

Thanks again for an awesome gem!

apneadiving commented 8 years ago

Please submit a pull request with the changes :)