From b5b35d269082d05dd4178d28019a4eea3c0d6457 Mon Sep 17 00:00:00 2001 From: Mike van Riel Date: Sat, 2 Jun 2012 22:07:17 +0200 Subject: [PATCH] Updated README to reflect submission to packagist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8752a9a..1440b2b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Installation You can install the component in the following ways: * Use the official Github repository (https://github.com/phpDocumentor/ReflectionDocBlock) -* Via composer (add the Github Repository as VCS repository in your composer.yml) +* Via Composer (http://packagist.org/packages/phpdocumentor/reflection-docblock) Usage -----