Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
correction of header size for blobs listing
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyder committed Apr 6, 2010
1 parent 727b965 commit 0b65cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -76,7 +76,7 @@ Returns an array containing a tree of the repository
$blob = $api->showObjectBlob('ornicar', 'php-github-api', '691c2ec7fd0b948042047b515886fec40fe76e2b', 'CHANGELOG');
Returns array of blob of specified path

## List all blobs of repository
### List all blobs of repository
$blobs = $api->listObjectBlobs('ornicar', 'php-github-api', '691c2ec7fd0b948042047b515886fec40fe76e2b');
Returns an array containing all blobs

Expand Down

0 comments on commit 0b65cfa

Please sign in to comment.