Skip to content

Commit

Permalink
Added Composer installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ross committed Jun 1, 2015
1 parent 8851577 commit 015f56e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Essentially a PHP fork of https://github.com/bencampion/reverse-country-code
composer require daveross/offline-country-reverse-geocoder:~1.0.0
```

or add the dependency to your composer.json file manually:

```
"require": {
"php": ">=5.3",
"daveross/offline-country-reverse-geocoder": "~1.0.0"
}
```

## Examples

```
Expand Down

0 comments on commit 015f56e

Please sign in to comment.