Skip to content

Commit 5d875f5

Browse files
committed
Update README.md
1 parent f15c8b0 commit 5d875f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Example/Example/AppDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
3333
Swift.print("Updated image")
3434
})
3535
.disposed(by: disposeBag)
36+
screeen.start()
3637
}
3738

3839
func applicationWillTerminate(_ aNotification: Notification) {

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ observer.rx.removedImage
4949
.subscribe(onNext: { image in
5050
// Remove events image
5151
})
52+
observer.start()
5253
```
5354

5455
## Dependencies

0 commit comments

Comments
 (0)