From 8af9b5646bf96e313323119f4768a60a21e62875 Mon Sep 17 00:00:00 2001 From: Ikumi Shimizu <193sim@gmail.com> Date: Wed, 18 May 2016 19:04:25 +0900 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc75838..712cebd8 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ You can pass the attributes you want to add to the main div returned: `<%= boots ### Breadcrumbs Helpers -*Notice* If your application is using [breadcrumbs-on-rails](https://github.com/weppos/breadcrumbs_on_rails) you will have a namespace collision with the add_breadcrumb method. For this reason if breadcrumbs-on-rails is detected in `Gemfile` gem methods will be accessible using `boostrap` prefix, i.e. `render_bootstrap_breadcrumbs` and `add_bootstrap_breadcrumb` +*Notice* If your application is using [breadcrumbs-on-rails](https://github.com/weppos/breadcrumbs_on_rails) you will have a namespace collision with the add_breadcrumb method. For this reason if breadcrumbs-on-rails is detected in `Gemfile` gem methods will be accessible using `bootstrap` prefix, i.e. `render_bootstrap_breadcrumbs` and `add_bootstrap_breadcrumb` Usually you do not need to use these breadcrumb gems since this gem provides the same functionality out of the box without the additional dependency.