Skip to content

Commit d755227

Browse files
Update README.md
1 parent 92e0461 commit d755227

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
@@ -108,7 +108,7 @@ struct User: Decodable {
108108
import Foundation
109109
import Kite
110110

111-
struct FetchRandomUsersRequest: DeserializeableRequest {
111+
struct FetchRandomUsersRequest: DeserializeableRequestProtocol {
112112
var baseURL: URL { URL(string: "https://randomuser.me")! }
113113
var path: String {"api"}
114114

0 commit comments

Comments
 (0)