Skip to content

Commit e2e9961

Browse files
Fixing mix up between filenames and comments
1 parent 3063afe commit e2e9961

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
@@ -62,10 +62,10 @@ ReactDOM.render(<Example />, document.querySelector('[data-mount]'));
6262
We strongly encourage you to write your own styles for your accordions, but we've published these two starter stylesheets to help you get up and running:
6363
```js
6464
// 'Minimal' theme - hide/show the AccordionBody component:
65-
import 'react-accessible-accordion/dist/fancy-example.css';
65+
import 'react-accessible-accordion/dist/minimal-example.css';
6666

6767
// 'Fancy' theme - boilerplate styles for all components, as seen on our demo:
68-
import 'react-accessible-accordion/dist/minimal-example.css';
68+
import 'react-accessible-accordion/dist/fancy-example.css';
6969
```
7070

7171
We recommend that you copy them into your own app and modify them to suit your needs, particularly if you're using your own `className`s.

0 commit comments

Comments
 (0)