diff --git a/docs/installation.md b/docs/installation.md index 72b1041..1076b34 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,6 +20,11 @@ With yarn: yarn add react-toastify ``` +## Setup + +- Add `import 'react-toastify/dist/ReactToastify.css';` on your main page or layout +- Add `` to your application tree + ## The gist ```jsx