summaryrefslogtreecommitdiffstats
path: root/examples/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r--examples/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php
index 2085888..1110ed3 100644
--- a/examples/bootstrap.php
+++ b/examples/bootstrap.php
@@ -2,6 +2,6 @@
require_once dirname(__FILE__).'/../vendor/autoload.php';
-//pull in API key config
+//pull in library options
$optionsFile = file_get_contents(dirname(__FILE__).'/example-options.json');
$options = json_decode($optionsFile, true);