Skip to content

Commit 9f68077

Browse files
authored
Update README.md
1 parent c36c35c commit 9f68077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let networking = Networking(
1111
}
1212
)
1313

14-
LoginEndpoint(body: LoginRequestBody(useername: "me", password: "something"))
14+
LoginEndpoint(body: LoginRequestBody(username: "me", password: "something"))
1515
.execute(with: networking)
1616
.sink { (completion) in
1717
// error checking

0 commit comments

Comments
 (0)