diff --git a/README.md b/README.md index 3d55c46..bba92dd 100755 --- a/README.md +++ b/README.md @@ -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'); @@ -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. \ No newline at end of file +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.