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

@@ -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)