Skip to content

Commit

Permalink
Merge pull request #12 from Danez/patch-1
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
Petit Yoann committed Dec 19, 2013
2 parents f7f1919 + 7a93e61 commit ce649e6
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 @@ -213,7 +213,7 @@ public function cShowAction(Book $book)
/**
* @Route("/book/{id}")
* @Breadcrumb("Books")
* @Breadcrumb("{book.title:argument1: argument2}")
* @Breadcrumb("{book.title:argument1,argument2}")
*/
public function dShowAction(Book $book)
{
Expand Down

0 comments on commit ce649e6

Please sign in to comment.