Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added a small howto to README.md
  • Loading branch information
salaros committed Feb 22, 2015
1 parent bc14d3b commit ba30d7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ Next, run the Composer command to install the latest stable version of Guzzle:
After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

## How to use

$client=new WSClient($url);
$login=$client->login($user, $accessKey);

..new usage examples are coming soon..

0 comments on commit ba30d7f

Please sign in to comment.