Skip to content

Commit df40085

Browse files
authored
Merge pull request facebookarchive#581 from paddyohanlon/patch-1
Update README.md, correctly reference Facebook Class
2 parents 1a9b2e7 + 7ee89e3 commit df40085

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
@@ -28,7 +28,7 @@ Upgrading from v4.x? Facebook PHP SDK v5.x introduced breaking changes. Please [
2828
Simple GET example of a user's profile.
2929

3030
```php
31-
$fb = new Facebook\Facebook([
31+
$fb = new Facebook([
3232
'app_id' => '{app-id}',
3333
'app_secret' => '{app-secret}',
3434
'default_graph_version' => 'v2.6',

0 commit comments

Comments
 (0)