提交 a169f498 编写于 作者: D DongHyuk Kim 提交者: Jon Shier

Update example code in README.md (#2022)

Thanks for the PR! Looks good! Cheers! 🍻 
上级 f6cf27ed
......@@ -1414,7 +1414,7 @@ func loadUser(completionHandler: @escaping (DataResponse<User>) -> Void) -> Alam
}
loadUser { response in
if let user = userResponse.value {
if let user = response.value {
print("User: { username: \(user.username), name: \(user.name) }")
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册