diff --git a/README.md b/README.md index 0b1ac52..4fe1b8b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ let view: UIView = UIView()&>.do { } ``` +```swift +let someProperty = await fetch()&>.map { data in + data.someProperty +} +``` + ## Motivation Actually, I'm not addicted to getting a custom operator.