From 553aaaa4c5f727732c40f9993c7d2b9ff5e4f0ac Mon Sep 17 00:00:00 2001 From: okendoken Date: Sun, 24 Aug 2014 01:41:36 +0300 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 13fb2f9..60973e7 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ How it works ------------ The most obvious way: bootstrap tab collapse generates accordion markup and appends it right away after tabs component. -When accordion becomes (If accordion is) visible tabcollapse search for `.tab-pane` and detaches their content to appropriate +When accordion becomes (If accordion is) visible tabcollapse searchs for `.tab-pane` and detaches their content to appropriate accordion groups keeping all attached js data. Tabs component is given `hidden-xs`-class and accordion component is given `visible-xs`-class. That's it. @@ -71,4 +71,4 @@ Attach an event handler when **either** tab or collapse is opened: Contributors ------------ -Thanks to [bdaenen](https://github.com/bdaenen) for contributing. \ No newline at end of file +Thanks to [bdaenen](https://github.com/bdaenen) for contributing.