Skip to content

Commit b1a7cd3

Browse files
committed
README cleanup
1 parent 94192df commit b1a7cd3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ php composer.phar require romanpitak/php-rest-client
1818
## Basic Usage
1919

2020
```php
21-
// Use the client to store general settings
2221
$client = new Client('https://raw.githubusercontent.com/romanpitak');
23-
// Get a Request object
22+
2423
$request = $client->newRequest('/PHP-REST-Client/master/README.md');
25-
// Get a Response object
24+
2625
$response = $request->getResponse();
27-
// Get the response body as a string
26+
2827
echo $response->getParsedResponse();
2928
```

0 commit comments

Comments
 (0)