diff --git a/README.md b/README.md index e082f7df..0ffe95fa 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@   - - +  @@ -23,20 +22,51 @@ $ yarn add react-toastify ``` ```jsx - import React from 'react'; - - import { ToastContainer, toast } from 'react-toastify'; - - function App(){ - const notify = () => toast("Wow so easy!"); - - return ( -