diff --git a/README.md b/README.md index b2166d2..e48de79 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ export default combineReducers({ Include the toast controller in main view: ```javascript -import {ToastController} from 'react-toastify-redux'; +import {ToastContainer} from 'react-toastify-redux'; export default () => { return (
... - +
); }; @@ -128,4 +128,4 @@ ToastContainer extends properties from ToastContainer in react-toastify. Also ha | draggablePercent | number | 80 | The percentage of the toast's width it takes for a drag to dismiss a toast ## License -Licensed under MIT \ No newline at end of file +Licensed under MIT