From a8dd1788225c811293b52f3e88c95fd16265825d Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Fri, 29 Mar 2019 11:56:25 -0700 Subject: [PATCH] Update README.md Properly fix README to reference the correct container. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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