Skip to content

Commit 12d0241

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/README.md

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

3-
#### Custom notification type
4-
1\. Following example shows usage of custom notification type defined as option
3+
#### 1\. Custom notification type
4+
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-
2.\ Custom types need to use custom CSS (not included in `react-notifications-component`)
42+
Custom types need to use custom CSS (not included in `react-notifications-component`)
4343

4444
```scss
4545
.notification-awesome {
@@ -48,7 +48,7 @@ class App extends React.Component {
4848
}
4949
```
5050

51-
#### Custom content with FontAwesome's check mark
51+
#### 2\. Custom content with FontAwesome's check mark
5252
This example shows usage of Font Awesome check mark to be included in your notification along with desired custom content
5353

5454
```jsx

0 commit comments

Comments
 (0)