Skip to content

Commit e1323ce

Browse files
Update README.md
1 parent c9d08fc commit e1323ce

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
@@ -11,9 +11,9 @@ you will need to use some kind of module loader/bundler like Webpack or Browseri
1111
```js
1212
import React from 'react';
1313
import { render } from 'react-dom';
14-
import Carousel from 'react-carousel';
14+
import Carousel from 'react-img-carousel';
1515

16-
require('react-carousel/lib/carousel.css');
16+
require('react-img-carousel/lib/carousel.css');
1717

1818
render(
1919
<Carousel viewportWidth="400px" cellPadding={ 5 }>

0 commit comments

Comments
 (0)