Skip to content

Commit 2269e2c

Browse files
committed
Fix installation guidelines
1 parent e0f9f92 commit 2269e2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,14 @@ Just create a `composer.json` file for your project:
6565
``` json
6666
{
6767
"require": {
68-
"willdurand/geocoder": "*"
68+
"willdurand/geocoder": "@stable"
6969
}
7070
}
7171
```
7272

73+
**Protip:** you should browse the [willdurand/geocoder](https://packagist.org/packages/willdurand/geocoder)
74+
page to choose a stable version to use, avoid the `@stable` meta constraint.
75+
7376
And run these two commands to install it:
7477

7578
``` bash

0 commit comments

Comments
 (0)