From 1c190cb181ec19b9483e7c2a948c0edd9738b803 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 10 May 2015 15:17:42 +0100 Subject: [PATCH] Update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ef2b54fe6..972c1c6ed 100644 --- a/README.md +++ b/README.md @@ -41,21 +41,22 @@ Updating Composer ----------------- Running `php composer.phar self-update` or equivalent will update a phar -install with the latest version. +install to the latest version. Community --------- -Mailing lists for [user support](https://groups.google.com/group/composer-users) and -[development](https://groups.google.com/group/composer-dev). - IRC channels are on irc.freenode.org: [#composer](irc://irc.freenode.org/composer) for users and [#composer-dev](irc://irc.freenode.org/composer-dev) for development. -Stack Overflow has a growing collection of +For support, Stack Overflow also offers a good collection of [Composer related questions](https://stackoverflow.com/questions/tagged/composer-php). +Please note that this project is released with a +[Contributor Code of Conduct](http://contributor-covenant.org/version/1/0/0/). +By participating in this project and its community you agree to abide by those terms. + Requirements ------------