We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9dd83 commit 89c86a7Copy full SHA for 89c86a7
README.md
@@ -30,7 +30,7 @@ Upgrading from v4.x? Facebook PHP SDK v5.x introduced breaking changes. Please [
30
Simple GET example of a user's profile.
31
32
```php
33
-require_once __DIR__.'/vendor/autoload.php'; // change path as needed
+require_once __DIR__ . '/vendor/autoload.php'; // change path as needed
34
35
$fb = new \Facebook\Facebook([
36
'app_id' => '{app-id}',
0 commit comments