diff --git a/README.md b/README.md index e6f54e27a..586c2ef18 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ fun accessToken(modifier: Modifier = Modifier ) { Image ( painter = painterResource(id = R.drawable.logo), - contentDescription = "Logo", + contentDescription = "Logo", // there is a logo above log in button. alignment = Alignment.Center ) if (!isButtonPressed) {