Browse Source

Updated README for more clarity (#1281)

pull/1447/head
Kaaveh Mohamedi 3 years ago committed by GitHub
parent
commit
35504f7216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Web/Getting_Started/README.md

2
tutorials/Web/Getting_Started/README.md

@ -89,7 +89,7 @@ kotlin {
</html>
```
#### 7. Add the `Main.kt` file:
#### 7. Add the `Main.kt` file to the `kotlin`:
```kotlin
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.getValue

Loading…
Cancel
Save