Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Petit Yoann committed Nov 30, 2013
1 parent 08092eb commit d74f73f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class MyController extends Controller
* @Breadcrumb("Level 1e", route="level_1e")
* @Breadcrumb("Level 2e", route="level_2e")
*/
public function dAction()
public function eAction()
{
/*
Expand All @@ -130,7 +130,7 @@ class MyController extends Controller
* Add extra attributes for the breadcrumb
* @Breadcrumb("Level 2e", route="level_2e", attributes={"class" : "yellow", "title" : "Hello world !"})
*/
public function dAction()
public function fAction()
{
/*
Expand Down Expand Up @@ -229,7 +229,7 @@ class MyController extends Controller
* Reset the trail
* @Breadcrumb("Level 3d", route="level_3d")
*/
public function dAction()
public function eAction()
{
$this->get("apy_breadcrumb_trail")
->reset()
Expand Down

0 comments on commit d74f73f

Please sign in to comment.