Skip to content

Commit

Permalink
Update Jetcaster/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Arriola <[email protected]>
  • Loading branch information
kul3r4 and arriolac authored Apr 26, 2024
1 parent 420d2ef commit 4cbf216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jetcaster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ refer to the [Media Toolkit sample][mediatoolkitsample] to learn how to implemen

### Architecture
The architecture of the Wear app is similar to the phone app architecture: each UI 'screen' has its
own [ViewModel][viewmodel] which exposes a `StateFlow<HomeViewState>` for the UI to observe.
own [ViewModel][viewmodel] which exposes a `StateFlow<ScreenState>` for the UI to observe.

## Data

Expand Down

0 comments on commit 4cbf216

Please sign in to comment.