Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evaisse committed Jun 29, 2015
1 parent 1be7c17 commit 0c5ef8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ Quickstart

Get the simple API

$http = $this->container->get('http');
$http = $this->get('http');

// same as

try {
$http->GET('http://httpbin.org/ip'); // yeah, that's all.
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c5ef8c

Please sign in to comment.