From 3905d6db5573e05eaf9949420241de8efe062b5d Mon Sep 17 00:00:00 2001 From: EmaSuriano Date: Wed, 21 Feb 2018 10:44:48 -0300 Subject: [PATCH] docs(README.mnd): Wrap Tabs between <> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a136b846..e56f9b42b5 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ You can also always just simply copy the default style to your own css/scss/less ### Custom Components -In case you want to create your own component wrapping the ones that the library provides, you have to set its `tabsRole`. This is value is used inside react-tabs to check the role of a component inside `Tabs`. +In case you want to create your own component wrapping the ones that the library provides, you have to set its `tabsRole`. This is value is used inside react-tabs to check the role of a component inside ``. ``` javascript import { Tabs, TabList, Tab, TabPanel } from 'react-tabs';