From 83b543a03c395e6b6a4c030c2514a3902c3c7817 Mon Sep 17 00:00:00 2001 From: Thomas Welton Date: Sun, 27 Oct 2013 18:13:23 +0000 Subject: [PATCH] Update version number in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c76c6..5ea6e81 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you're interested in using a new OAuth package for Laravel 4 please "watch" o Update your `composer.json` file to include this package as a dependency ```json -"thomaswelton/laravel-oauth": "dev-master" +"thomaswelton/laravel-oauth": "0.0.1" ``` Register the OAuth service provider by adding it to the providers array in the `app/config/app.php` file.