Skip to content

Commit 23f3fcf

Browse files
committed
Merge branch 'main' of github.com:pyrus-io/structured-networking into main
2 parents e627186 + 9f68077 commit 23f3fcf

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
@@ -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)