Skip to content

Commit c848d47

Browse files
author
Aaron Fischer
committed
Update the readme
1 parent aba60ae commit c848d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Nitrapi-PHP
55
[![Latest Unstable Version](https://poser.pugx.org/nitrado/nitrapi-php-lib/v/unstable.svg)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
66
[![Total Downloads](https://poser.pugx.org/nitrado/nitrapi-php-lib/downloads.png)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
77

8-
PHP based SDK for the Nitrapi RESTful API.
8+
Official PHP based SDK for the Nitrapi RESTful API.
99

1010

1111
Recommends
1212
---------
1313

14-
* PHP 5.5 or higher
14+
* PHP 6.5 or higher
1515
* Composer
1616

1717

@@ -43,4 +43,4 @@ try {
4343
} catch(\Exception $e) {
4444
var_dump("API Error: " . $e->getMessage());
4545
}
46-
```
46+
```

0 commit comments

Comments
 (0)