Skip to content

Commit

Permalink
Fixed code error.
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Jun 9, 2009
1 parent 7c526ab commit 87213a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Usage

I wanted to have a rather simple API to configure breadcrumbs, so I made one. Basically you configure your breadcrumbs in an initializers, e.g. config/initializers/breadcrumbs.rb like so:

Breadcrumb.do
Breadcrumb.configure do
# Specify name, link title and the URL to link to
crumb :profile, "Your Profile", :account_url
crumb :root, "Home", :root_url
Expand Down

0 comments on commit 87213a7

Please sign in to comment.