Skip to content

Commit e82a474

Browse files
authored
Update README.md
1 parent f0eaf4a commit e82a474

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ are entered...UI then reflects any resulting updates to above `StateFlow`'s. Th
2929
val boardGuesses by wordMasterService.boardGuesses.collectAsState()
3030
val boardStatus by wordMasterService.boardStatus.collectAsState()
3131
```
32-
<br/>
32+
33+
3334
On iOS we're using the [KMP-NativeCoroutines](https://github.com/rickclephas/KMP-NativeCoroutines) library to map the `StateFlow` to Swift `AsyncSequence`. So, for example, our Swift view model includes
3435

3536
```

0 commit comments

Comments
 (0)