summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.php b/examples/example.php
index 1eb8c41..a3119d1 100644
--- a/examples/example.php
+++ b/examples/example.php
@@ -2,7 +2,7 @@
// If running this outside of this context, use the following include and
// comment out the two includes below
// require __DIR__ . '/vendor/autoload.php';
-include(dirname(__DIR__).'/lib/SendGrid/client.php');
+include(dirname(__DIR__) . '/lib/Client.php');
// This gets the parent directory, for your current directory use getcwd()
$path_to_config = dirname(__DIR__);
$api_key = getenv('SENDGRID_API_KEY');