You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ RxReachability adds the following RxSwift bindings:
22
22
23
23
## Common Usage
24
24
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.
26
26
27
27
```swift
28
28
classViewController: UIViewController {
@@ -48,7 +48,7 @@ class ViewController: UIViewController {
48
48
49
49
```
50
50
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.
52
52
53
53
```swift
54
54
extensionViewController {
@@ -91,7 +91,7 @@ extension ViewController {
91
91
92
92
## Static Usage
93
93
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.
95
95
96
96
```swift
97
97
importReachabilitySwift
@@ -110,7 +110,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
110
110
111
111
```
112
112
113
-
### 2. Subscribe to anyof the bindings to know when a change happens.
113
+
####2. Subscribe to anyof the bindings to know when a change happens.
0 commit comments