Skip to content

Commit b1b98d4

Browse files
authored
Update README.md
1 parent a3ab979 commit b1b98d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RxReachability adds the following RxSwift bindings:
2222

2323
## Common Usage
2424

25-
### 1. Be sure to store an instance of `Reachability` in your `ViewController` or similar, and start/stop the notifier on `viewWillAppear` and `viewWillDisappear` methods.
25+
#### 1. Be sure to store an instance of `Reachability` in your `ViewController` or similar, and start/stop the notifier on `viewWillAppear` and `viewWillDisappear` methods.
2626

2727
```swift
2828
class ViewController: UIViewController {
@@ -48,7 +48,7 @@ class ViewController: UIViewController {
4848

4949
```
5050

51-
### 2. Subscribe to any of the bindings to know when a change happens.
51+
#### 2. Subscribe to any of the bindings to know when a change happens.
5252

5353
```swift
5454
extension ViewController {
@@ -91,7 +91,7 @@ extension ViewController {
9191

9292
## Static Usage
9393

94-
### 1. Be sure to store an instance of `Reachability` somewhere on your `AppDelegate` or similar, and start the notifier.
94+
#### 1. Be sure to store an instance of `Reachability` somewhere on your `AppDelegate` or similar, and start the notifier.
9595

9696
```swift
9797
import ReachabilitySwift
@@ -110,7 +110,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
110110

111111
```
112112

113-
### 2. Subscribe to any of the bindings to know when a change happens.
113+
#### 2. Subscribe to any of the bindings to know when a change happens.
114114

115115
```swift
116116
import ReachabilitySwift

0 commit comments

Comments
 (0)