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

Commit

Permalink
Fixed mistake in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pliakas committed Jan 2, 2014
1 parent e5e4505 commit b010712
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 @@ -35,6 +35,6 @@ $bigOven = \BigOven\BigOvenClient::factory(array(
'password' => 'my-password',
));

$recipes = bigOven->findRecipesByTitle('cheese');
$recipes = $bigOven->findRecipesByTitle('cheese');

```

0 comments on commit b010712

Please sign in to comment.