Skip to content

Commit 5a88ed7

Browse files
committed
Updated the readme
1 parent 2b19d80 commit 5a88ed7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

readme.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage
1717
The [examples][examples] are a good place to start. The minimal you'll need to
1818
have is:
1919

20-
require 'php-sdk/src/facebook.php';
20+
require 'facebook-php-sdk/src/facebook.php';
2121

2222
$facebook = new Facebook(array(
2323
'appId' => 'YOUR_APP_ID',
@@ -47,7 +47,7 @@ Login or logout url will be needed depending on current user state.
4747
$loginUrl = $facebook->getLoginUrl();
4848
}
4949

50-
[examples]: http://github.com/facebook/php-sdk/blob/master/examples/example.php
50+
[examples]: http://github.com/facebook/facebook-php-sdk/blob/master/examples/example.php
5151
[API]: http://developers.facebook.com/docs/api
5252

5353

@@ -64,7 +64,19 @@ test case.
6464
The tests can be executed by using this command from the base directory:
6565

6666
phpunit --stderr --bootstrap tests/bootstrap.php tests/tests.php
67-
67+
68+
69+
Contributing
70+
===========
71+
For us to accept contributions you will have to first have signed the [Contributor License Agreement](https://developers.facebook.com/opensource/cla).
72+
73+
When commiting, keep all lines to less than 80 characters, and try to follow the existing style.
74+
75+
Before creating a pull request, squash your commits into a single commit.
76+
77+
Add the comments where needed, and provide ample explanation in the commit message.
78+
79+
6880
Report Issues/Bugs
6981
===============
7082
[Bugs](https://developers.facebook.com/bugs)

0 commit comments

Comments
 (0)