Skip to content

Commit 7d6b9eb

Browse files
Dominic BordelonSammyK
authored andcommitted
add __DIR__ to path properly (d'oh)
1 parent 58fada1 commit 7d6b9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ composer require facebook/graph-sdk
2626
Simple GET example of a user's profile.
2727

2828
```php
29-
require_once __DIR__.'vendor/autoload.php'; // change path as needed
29+
require_once __DIR__.'/vendor/autoload.php'; // change path as needed
3030

3131
$fb = new \Facebook\Facebook([
3232
'app_id' => '{app-id}',

0 commit comments

Comments
 (0)