Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div>
...
<ToastController />
<ToastContainer />
</div>
);
};
Expand Down Expand Up @@ -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
Licensed under MIT