From 6ae63b61a2d26bbee00b698067c86c69aa430256 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Sun, 13 Mar 2011 17:02:16 -0400 Subject: [PATCH] Convert lines to bullet list. --- README.rdoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 7407da10..7b31c034 100644 --- a/README.rdoc +++ b/README.rdoc @@ -152,11 +152,9 @@ https://developer.apps.yahoo.com/wsregapp Note that the result objects returned by different geocoding services all implement the methods listed above. Beyond that, however, you must be familiar with your particular subclass of <tt>Geocoder::Result</tt> and the geocoding service's result structure: -Google: http://code.google.com/apis/maps/documentation/geocoding/#JSON - -Yahoo: http://developer.yahoo.com/geo/placefinder/guide/responses.html - -FreeGeoIP: http://github.com/fiorix/freegeoip/blob/master/README.rst +* Google: http://code.google.com/apis/maps/documentation/geocoding/#JSON +* Yahoo: http://developer.yahoo.com/geo/placefinder/guide/responses.html +* FreeGeoIP: http://github.com/fiorix/freegeoip/blob/master/README.rst === Timeouts -- GitLab