Skip to content

Commit a9d20a0

Browse files
Dominic BordelonSammyK
authored andcommitted
concat syntax
1 parent 7d6b9eb commit a9d20a0

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)