Skip to content

Commit 1166554

Browse files
committed
fixed location
1 parent dfcebb4 commit 1166554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
An incredibly simple modal dialog, because after writing [this post](http://reactjsnews.com/modals-in-react/), I found none of the ones listed let you easily overwrite the css!
1010

1111
~~~js
12-
import Modal from 'simple-modal'
12+
import Modal from 'simple-react-modal'
1313
import 'simple-react-modal/dist/modal' //import the base css
1414

1515
export default class App extends React.Component{

0 commit comments

Comments
 (0)