Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Add PHP tags to the response example, to highlight syntax properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Aug 24, 2011
1 parent 48017da commit e85d96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $response = $topsy->get('trackbacks', array(
All requests return a simple object, so the `$response` variable above will contain something like this: All requests return a simple object, so the `$response` variable above will contain something like this:


```php ```php
<?php


print_r($response); print_r($response);


Expand Down Expand Up @@ -77,6 +78,7 @@ stdClass Object
) )
*/ */


?>
``` ```


--- ---
Expand Down

0 comments on commit e85d96f

Please sign in to comment.