README.md in graticule-2.4.0 vs README.md in graticule-2.5.0

- old
+ new

@@ -6,10 +6,11 @@ Navigation. a network of parallels and meridians on a map or chart. ``` Graticule is a geocoding API for looking up address coordinates and performing distance calculations. It supports many popular APIs: +* Mapbox * Yahoo * Google * MapQuest * Geocoder.ca * Geocoder.us @@ -42,11 +43,11 @@ geocoder = Graticule.service(:google).new "api_key" location = geocoder.locate("61 East 9th Street, Holland, MI") ``` -For specific service documentation, please visit the [RDOCS -- rdoc.info link]. +For specific service documentation, please visit the [documentation](http://rdoc.info/github/collectiveidea/graticule). #### Distance Calculation Graticule includes 3 different distance formulas, Spherical (simplest but least accurate), Vincenty (most accurate and most complicated), and Haversine (somewhere inbetween). The default is Haversine. There are two ways to calculate the distance between two points. @@ -99,10 +100,10 @@ * Refactoring code * Reviewing patches ### Submitting an Issue -We use the [GitHub issue tracker](https://github.com/collectiveidea/graticule/issues) to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include a [Gist](https://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug, including your gem version, Ruby version, and operating system. +We use the [GitHub issue tracker](https://github.com/collectiveidea/graticule/issues) to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include a [Gist](https://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug, including your gem version, Ruby version, and operating system. ### Submitting a Pull Request 1. Fork the project. 2. Create a topic branch.