Skip to content

Commit 03267b8

Browse files
authored
Update README.md
1 parent 5662ca5 commit 03267b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
> If you still use **Laravel 4**, please check out the `0.4.x` branch
77
[here](https://github.com/geocoder-php/GeocoderLaravel/tree/0.4.x).
88

9-
** Version 1.0.0 is a backwards-compatibility-breaking update. Please review
10-
this documentation, especially the _Usage_ section before installing. **
9+
**Version 1.0.0 is a backwards-compatibility-breaking update. Please review
10+
this documentation, especially the _Usage_ section before installing.**
1111

1212
This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
1313
in [**Laravel 5**](http://laravel.com/).
1414

1515
## Installation
1616
1. Install the package via composer:
1717
```sh
18-
composer require toin0u/geocoder-laravel
18+
composer require toin0u/geocoder-laravel:1.0.0-RC1@dev
1919
```
2020

2121
2. Find the `providers` array key in `config/app.php` and register the **Geocoder

0 commit comments

Comments
 (0)