Skip to content

Commit 48310e5

Browse files
author
Simon Rolfe
committed
fix readme formatting
1 parent 511d269 commit 48310e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ You can also use multiple Bootstrap classes in order to, for example, show accor
5555

5656
By default, accordion panels do not sync with tabs: the correct panel will be shown based on the active tab, but changing the active accordion panel does not change the active tab.
5757
To enable tab syncing, pass options as follows:
58-
$('#myTab').tabCollapse({
58+
$('#myTab').tabCollapse({
5959
syncTabs: true
6060
});
61-
61+
6262
Events
6363
------------
6464

0 commit comments

Comments
 (0)