Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Art-of-WiFi/UniFi-API-client
Browse files Browse the repository at this point in the history
  • Loading branch information
malle-pietje committed Sep 8, 2017
2 parents eba7819 + 462d8a8 commit 8df2fcc
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 @@ -161,7 +161,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');
Expand Down Expand Up @@ -206,4 +206,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.

0 comments on commit 8df2fcc

Please sign in to comment.