Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit c6329c9

Browse files
authored
Update README.md
1 parent 71a3008 commit c6329c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct ErrorModel {
8787

8888
How about dealing to a request that don't expect to return an object or model?
8989

90-
**RxRetroSwift** provide a method that will return [RawResponse](Sources/RxRetroSwift/Models/RawResponse.swift).
90+
**RxRetroSwift** provide a method that will return Observable<Result<[RawResponse](Sources/RxRetroSwift/Models/RawResponse.swift)>, DecodableErrorModel>>.
9191

9292
```swift
9393

0 commit comments

Comments
 (0)