Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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:
- SOAP 1.1
- WSDL 1.1
- HTTP 1.0/1.1. and more

Instalation
-----------
Installation
------------
``` json
{
"require": {
Expand All @@ -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
Expand All @@ -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
Expand All @@ -56,4 +56,4 @@ TODO
----
- Rewrite Documentation
- Rewrite Samples
- Test
- Test