minor changes to examples and README for consistency

This commit is contained in:
malle-pietje
2017-09-07 12:31:47 +02:00
parent 5c893c1237
commit efa6704c97
11 changed files with 12 additions and 12 deletions

View File

@@ -137,7 +137,7 @@ composer require art-of-wifi/unifi-api-client
Finally, be sure to include the autoloader in your code:
```php
require_once 'vendor/autoload.php';
require_once('vendor/autoload.php');
```
### Download the Release
@@ -158,7 +158,7 @@ A basic example how to use the class:
/**
* load the class using the composer autoloader
*/
require 'vendor/autoload.php';
require_once('vendor/autoload.php');
/**
* initialize the Unifi API connection class, log in to the controller and request the alarms collection

View File

@@ -9,7 +9,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -9,7 +9,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -9,7 +9,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -9,7 +9,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -9,7 +9,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -9,7 +9,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -10,7 +10,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc there if not already present)

View File

@@ -10,7 +10,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -10,7 +10,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)

View File

@@ -10,7 +10,7 @@
/**
* using the composer autoloader
*/
require "vendor/autoload.php";
require_once('vendor/autoload.php');
/**
* include the config file (place your credentials etc. there if not already present)