Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

Commit cc71427

Browse files
tweaking readme
1 parent a7f00bf commit cc71427

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ Geocod.io PHP
66
:target: https://travis-ci.org/davidstanley01/geocodio-php
77

88

9-
PHP wrapper for `Geocod.io geocoding API <http://geocod.io/docs/>`_.
9+
PHP wrapper for [Geocod.io geocoding API](http://geocod.io/docs).
1010

1111
# Features
1212

1313
* Geocode an individual address
1414
* Batch geocode up to 10,000 addresses at a time
1515
* Parse an address into its identifiable components
1616

17-
Read the complete `Geocod.io documentation <http://geocod.io/docs/>`_ for
18-
service documentation.
17+
Read the complete [Geocod.io geocoding API](http://geocod.io/docs) for service documentation.
1918

2019
# Installing via Composer
2120

@@ -25,7 +24,7 @@ The recommended way to install Geocod.io PHP is through [Composer](http://getcom
2524
# Install Composer
2625
curl -sS https://getcomposer.org/installer | php
2726

28-
# Add Guzzle as a dependency
27+
# Add Geocodio as a dependency
2928
php composer.phar require stanley\geocodio-php:~1.0
3029
```
3130

0 commit comments

Comments
 (0)