Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pyrus-io/structured-networking into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
bitwit committed Feb 1, 2021
2 parents e627186 + 9f68077 commit 23f3fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let networking = Networking(
}
)

LoginEndpoint(body: LoginRequestBody(useername: "me", password: "something"))
LoginEndpoint(body: LoginRequestBody(username: "me", password: "something"))
.execute(with: networking)
.sink { (completion) in
// error checking
Expand Down

0 comments on commit 23f3fcf

Please sign in to comment.