Skip to content

Commit

Permalink
Fix typo on the README
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 20, 2024
1 parent de1ac5a commit 67e4bf5
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 @@ -889,7 +889,7 @@ paparazzi.snapshot {
GlideImage(
modifier = Modifier.fillMaxSize(),
imageModel = { ".." },
previewPlaceholder = R.drawable.placeholder
previewPlaceholder = painterResource(R.drawable.placeholder)
)
}
}
Expand Down

0 comments on commit 67e4bf5

Please sign in to comment.