Skip to content

Commit 3c7794a

Browse files
ImanMhdanez
authored andcommitted
Minor change on code style of readme (#304)
Use one type of quotes in the README file.
1 parent b7dfa96 commit 3c7794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The development UMD build also needs the package `prop-types` being loaded besid
3636
3737
```js
3838
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
39-
import "react-tabs/style/react-tabs.css";
39+
import 'react-tabs/style/react-tabs.css';
4040
4141
export default () => (
4242
<Tabs>

0 commit comments

Comments
 (0)