Skip to content

Commit dc2245d

Browse files
committed
Update README.md
1 parent 4c0e8ac commit dc2245d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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)
7+
[![Latest StableVersion](https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
88
[![Total Downloads](https://poser.pugx.org/toin0u/geocoder-laravel/downloads.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
99
[![Build Status](https://secure.travis-ci.org/geocoder-php/GeocoderLaravel.png)](http://travis-ci.org/geocoder-php/GeocoderLaravel)
1010
[![Coverage Status](https://coveralls.io/repos/geocoder-php/GeocoderLaravel/badge.png)](https://coveralls.io/r/geocoder-php/GeocoderLaravel)
@@ -21,11 +21,15 @@ Edit `compose.json` and add:
2121
```json
2222
{
2323
"require": {
24-
"toin0u/geocoder-laravel": "~0.1"
24+
"toin0u/geocoder-laravel": "@stable"
2525
}
2626
}
2727
```
2828

29+
**Protip:** you should browse the
30+
[`toin0u/geocoder-laravel`](https://packagist.org/packages/toin0u/geocoder-laravel)
31+
page to choose a stable version to use, avoid the `@stable` meta constraint.
32+
2933
And install dependencies:
3034

3135
```bash
@@ -92,17 +96,18 @@ try {
9296
Changelog
9397
---------
9498

95-
[See the changelog file](https://github.com/toin0u/Geocoder-laravel/blob/master/CHANGELOG.md)
99+
[See the CHANGELOG file](https://github.com/geocoder-php/GeocoderLaravel/blob/master/CHANGELOG.md)
96100

97101

98102
Support
99103
-------
100104

101-
[Please open an issues in github](https://github.com/toin0u/Geocoder-laravel/issues)
105+
[Please open an issue on GitHub](https://github.com/geocoder-php/GeocoderLaravel/issues)
102106

103107

104108
License
105109
-------
106110

107-
Geocoder-laravel is released under the MIT License. See the bundled
108-
[LICENSE](https://github.com/toin0u/Geocoder-laravel/blob/master/LICENSE) file for details.
111+
GeocoderLaravel is released under the MIT License. See the bundled
112+
[LICENSE](https://github.com/geocoder-php/GeocoderLaravel/blob/master/LICENSE)
113+
file for details.

0 commit comments

Comments
 (0)