Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Aug 8, 2018
1 parent 5d0a181 commit 18d6d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ $json = $curl->outputJson();
echo "Latest build status: " . $json[0]->status;
```

Example using PHP's native `curl_*` functions:
----------------------------------------------
Same example using PHP's native `curl_*` functions:
---------------------------------------------------

```php
// Using native functionality to achieve the same:
Expand Down

0 comments on commit 18d6d88

Please sign in to comment.