diff --git a/README.md b/README.md
index 47cf9a12..bfe5dea2 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 Introduction
 ------------
-[![Build Status](http://img.shields.io/travis/elfet/deployer/develop.svg?style=flat)](https://travis-ci.org/elfet/deployer)
-[![HHVM Tested](http://img.shields.io/hhvm/elfet/deployer/dev-develop.svg?style=flat)](http://hhvm.h4cc.de/package/elfet/deployer)
-[![Code Quality](http://img.shields.io/scrutinizer/g/elfet/deployer/develop.svg?style=flat)](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop)
+[![Build Status](http://img.shields.io/travis/elfet/deployer.svg?style=flat)](https://travis-ci.org/elfet/deployer)
+[![HHVM Tested](http://img.shields.io/hhvm/elfet/deployer.svg?style=flat)](http://hhvm.h4cc.de/package/elfet/deployer)
+[![Code Quality](http://img.shields.io/scrutinizer/g/elfet/deployer.svg?style=flat)](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop)
 [![Code Climate](http://img.shields.io/codeclimate/github/elfet/deployer.svg?style=flat)](https://codeclimate.com/github/elfet/deployer)
-[![Code Coverage](http://img.shields.io/scrutinizer/coverage/g/elfet/deployer/develop.svg?style=flat)](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop)
+[![Code Coverage](http://img.shields.io/scrutinizer/coverage/g/elfet/deployer.svg?style=flat)](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop)
 [![Version](http://img.shields.io/packagist/v/elfet/deployer.svg?style=flat)](https://packagist.org/packages/elfet/deployer)
 [![Support via Gittip](http://img.shields.io/gittip/elfet.svg?style=flat)](https://www.gittip.com/elfet)
 
@@ -18,9 +18,10 @@ See [http://deployer.in](http://deployer.in) for more information and documentat
 
 Requirements
 ------------
-Deployer is only supported on PHP 5.4.0 and up (yes, it's time to grow up).
-Deployer work with ssh2 pecl extension, but if you do not install it on you machine - do not worry,
-Deployer will work with [PHPSecLib](https://github.com/phpseclib/phpseclib).
+* PHP 5.4.0 and up.
+That all!
+
+You can install [ssh2 extension](http://php.net/manual/en/book.ssh2.php) to speedup deployment process and enable [sockets](http://php.net/manual/en/book.sockets.php) for parallel deployment.
 
 
 Installation
@@ -52,10 +53,7 @@ Documentation can be found on site [deployer.in](http://deployer.in).
 
 Building
 --------
-To build deployer.phar run `./build` command.
-
-To create new release, clone this repository at `pages` dir, checkout `gh-pages` branch and run `./build -v=VERSION`.
-This command will create phar archive in `pages/releases` dir and automatically updates `manifest.json` file.
+To build deployer.phar run `bin/build` command.
 
 
 Contributing
@@ -66,8 +64,7 @@ This is to ensure proper review of all the code.
 Fork the project, create a feature branch, and send a pull request.
 
 To ensure a consistent code base, you should make sure the code follows
-the [Coding Standards](http://symfony.com/doc/master/contributing/code/standards.html)
-which borrowed from Symfony.
+the [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md).
 
 If you would like to help take a look at the [list of issues](https://github.com/elfet/deployer/issues).
 
diff --git a/composer.json b/composer.json
index 64a39ad4..9a86eda7 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
     "license": "MIT",
     "authors": [
         {
-            "name": "Elfet",
+            "name": "Anton Medvedev",
             "email": "anton@elfet.ru"
         }
     ],