Skip to content

Commit

Permalink
Merge pull request #1 from CamTosh/patch-1
Browse files Browse the repository at this point in the history
update  method name to closely resemble standards
  • Loading branch information
realshadow authored Dec 4, 2017
2 parents 669173e + ede88dc commit 64d369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $redtube = new \Realshadow\Redtube\Redtube;
*
* @return Collection<Category>
*/
$redtube->categories->all();
$redtube->categories->getAll();
/**
* Get all stars
Expand Down

0 comments on commit 64d369c

Please sign in to comment.