Update README.md

This commit is contained in:
malle-pietje
2017-09-07 17:46:22 +02:00
committed by GitHub
parent 0373c8369f
commit 462d8a81a1

View File

@@ -156,7 +156,7 @@ require_once('path/to/src/Client.php');
### Download the Release
If you prefer not to use composer, you can simply [download the package](https://github.com/Art-of-WiFi/UniFi-API-client/archive/master.zip), uncompress the zip file, then in your code include the file containing the class like so:
If you prefer not to use composer or git, you can simply [download the package](https://github.com/Art-of-WiFi/UniFi-API-client/archive/master.zip), uncompress the zip file, then include the file containing the class in your code like so:
```php
require_once('path/to/src/Client.php');
@@ -201,4 +201,4 @@ If you would like to contribute code (improvements), please open an issue and in
## Important Disclaimer
Many of these functions are not officially supported by UBNT and as such, may not be supported in future versions of the UniFi controller API.
Many of these functions are not officially supported by UBNT and as such, may not be supported in future versions of the UniFi controller API.