Skip to content

Commit 0709a90

Browse files
committed
add badges
1 parent e7921e5 commit 0709a90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Geocoder for Lavarel 4
44
This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
55
in [**Laravel 4**](http://laravel.com/).
66

7+
[![Latest Stable Version](https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
8+
[![Total Downloads](https://poser.pugx.org/toin0u/geocoder-laravel/downloads.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
9+
[![Build Status](https://secure.travis-ci.org/toin0u/geocoder-laravel.png)](http://travis-ci.org/toin0u/geocoder-laravel)
10+
[![Coverage Status](https://coveralls.io/repos/toin0u/geocoder-laravel/badge.png)](https://coveralls.io/r/toin0u/geocoder-laravel)
11+
712

813
Installation
914
------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "toin0u/geocoder-laravel",
3-
"description" : "Geocoder library for Laravel 4",
3+
"description" : "Geocoder Service provider for Laravel 4",
44
"keywords" : ["laravel", "geocoder", "geocoding"],
55
"homepage" : "http://geocoder-php.org/",
66
"license" : "MIT",

0 commit comments

Comments
 (0)