We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc2cc commit 77a8d58Copy full SHA for 77a8d58
README.md
@@ -44,7 +44,7 @@ npm run start
44
45
Import <code>react-notifications-component</code>
46
```js
47
-import ReactNotification from 'react-notifications-component'
+import { ReactNotifications } from 'react-notifications-component'
48
```
49
Import the <code>CSS</code> theme
50
@@ -68,7 +68,7 @@ const App = () => {
68
69
Import <code>store</code> where needed - will be used to access `addNotification` and `removeNotification` API methods
70
71
-import { store } from 'react-notifications-component';
+import { Store } from 'react-notifications-component';
72
73
74
Then call `addNotification` and watch the magic happens
0 commit comments