Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Oct 4, 2022
1 parent 7b955d9 commit dfa24fd
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 @@ -83,7 +83,7 @@ fun ComposeScreen() = MVIComposable(

consume { action ->
when (action) {
is ShowMessage -> { /* ... * }
is ShowMessage -> { /* ... */ }
}
}

Expand Down

0 comments on commit dfa24fd

Please sign in to comment.