Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Fischer committed Jan 14, 2019
1 parent aba60ae commit c848d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Nitrapi-PHP
[![Latest Unstable Version](https://poser.pugx.org/nitrado/nitrapi-php-lib/v/unstable.svg)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
[![Total Downloads](https://poser.pugx.org/nitrado/nitrapi-php-lib/downloads.png)](https://packagist.org/packages/nitrado/nitrapi-php-lib)

PHP based SDK for the Nitrapi RESTful API.
Official PHP based SDK for the Nitrapi RESTful API.


Recommends
---------

* PHP 5.5 or higher
* PHP 6.5 or higher
* Composer


Expand Down Expand Up @@ -43,4 +43,4 @@ try {
} catch(\Exception $e) {
var_dump("API Error: " . $e->getMessage());
}
```
```

0 comments on commit c848d47

Please sign in to comment.