From 19f7a257aac4612c6740716c0de0aa9f989be782 Mon Sep 17 00:00:00 2001 From: Kenta SUZUKI Date: Thu, 14 May 2015 11:11:31 +0900 Subject: [PATCH] fix installation doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c594b74..7071c97 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ the following command to install the package and add it as a requirement to `composer.json`: ```bash -composer.phar require "rhumsaa/uuid=~2.8" +composer.phar require "ramsey/uuid=~2.8" ```