Skip to content

Commit 5ddce80

Browse files
committed
Updated readme for samples
1 parent e440a12 commit 5ddce80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Examples
22

33
#### Custom notification type
4-
Following example shows usage of custom notification type defined as option
4+
1\. Following example shows usage of custom notification type defined as option
55

66
```jsx
77
import React from "react";
@@ -39,7 +39,7 @@ class App extends React.Component {
3939
}
4040
```
4141

42-
Custom types need to use custom CSS (not included in `react-notifications-component`)
42+
2.\ Custom types need to use custom CSS (not included in `react-notifications-component`)
4343

4444
```scss
4545
.notification-awesome {

0 commit comments

Comments
 (0)