Skip to content

Commit

Permalink
* Bumped version number in the header
Browse files Browse the repository at this point in the history
* Updated the require() in the example to give the full path you get when cloning from github
  • Loading branch information
ptarjan committed Aug 6, 2011
1 parent 08bf82c commit 92bcda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
@@ -1,4 +1,4 @@
Facebook PHP SDK (v.3.0.0)
Facebook PHP SDK (v.3.1.0)
==========================

The [Facebook Platform](http://developers.facebook.com/) is
Expand All @@ -18,7 +18,7 @@ Usage
The [examples][examples] are a good place to start. The minimal you'll need to
have is:

require './facebook.php';
require 'php-sdk/src/facebook.php';

$facebook = new Facebook(array(
'appId' => 'YOUR_APP_ID',
Expand Down

0 comments on commit 92bcda2

Please sign in to comment.