From 500e15cfc8e85e6bb2dcd2e2a22a8ced56907e90 Mon Sep 17 00:00:00 2001 From: baibaratsky Date: Sun, 18 Jan 2015 16:24:53 +0300 Subject: [PATCH] Readme fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*