diff --git a/README.md b/README.md index 3f27136..ffdeb12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ WebMoney Signer =============== -Provides convenient way to sign your requests to WebMoney API in PHP with no need to run executables. You may also use [WebMoney API PHP Library](https://github.com/baibaratsky/php-webmoney) for more transparent object-oriented code. +Provides a convenient way to sign your requests to WebMoney API in PHP with no need to run executables. You may also use [WebMoney API PHP Library](https://github.com/baibaratsky/php-webmoney) for more transparent object-oriented code. Requirements @@ -16,7 +16,7 @@ Installation curl -sS https://getcomposer.org/installer | php ``` -0. Add php-wmsigner dependency: +0. Add the php-wmsigner dependency: ``` php composer.phar require baibaratsky/php-wmsigner:1.0.*