From a300d6472e0fbb1908e627990992d894c2d14954 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 23 Sep 2015 22:30:48 -0500 Subject: [PATCH] Improve English language in readme --- Readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 49e609c..ed6a00b 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ AsistenteWeb - nuSOAP AsistenteWeb/nuSOAP based in NuSphere NuSOAP. -It is a set of PHP classes. +This is a set of PHP classes. No PHP extensions required!!! Create and consume web services based on: @@ -11,8 +11,8 @@ Create and consume web services based on: - WSDL 1.1 - HTTP 1.0/1.1. and more -Instalation ------------ +Installation +------------ ``` json { "require": { @@ -21,7 +21,7 @@ Instalation } } ``` -To actually install AsistenteWeb/nuSOAP in your project, download the composer binary and run it: +To actually install AsistenteWeb/nuSOAP in your project, download the composer binary and run it: ``` bash wget http://getcomposer.org/composer.phar @@ -43,9 +43,9 @@ use Aw\Nusoap\NusoapClient; Important! ---------- -If you want to read the documentation, take in mind all clases were rewrited with CamelCase, for example: -after: nusoap_client -now: NusoapClient +If you want to read the documentation, keep in mind all clases were rewritten with CamelCase, for example: +previously: nusoap_client +now became: NusoapClient Documentation @@ -56,4 +56,4 @@ TODO ---- - Rewrite Documentation - Rewrite Samples -- Test \ No newline at end of file +- Test