From a0db1406818f918ee291b118897795a18d60a74b Mon Sep 17 00:00:00 2001 From: "Tolga O." Date: Thu, 30 Apr 2015 17:54:26 +0300 Subject: [PATCH] Update README.md Updated repo/branch in `composer.json` to `"0.4.*@dev"` in order to properly include Laravel 4 version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 136a3fe..1f81e47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Geocoder for Lavarel 4 +Geocoder for Laravel 4 ====================== This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/) @@ -21,7 +21,7 @@ Edit `composer.json` and add: ```json { "require": { - "toin0u/geocoder-laravel": "@stable" + "toin0u/geocoder-laravel": "0.4.*@dev" } } ```