Skip to content

Commit 1739e58

Browse files
committed
update README
1 parent 3023439 commit 1739e58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Kotlin-compose/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Citing https://github.com/JetBrains/compose-multiplatform:
44

5-
[Compose Multiplatform](https://jb.gg/cmp) is a declarative framework for sharing UIs across multiple platforms with Kotlin.
6-
[...]
7-
Compose for Web is based on [Kotlin/Wasm](https://kotl.in/wasm), the newest target for Kotlin Multiplatform projects.
8-
It allows Kotlin developers to run their code in the browser with all the benefits that WebAssembly has to offer, such as good and predictable performance for your applications.
5+
> [Compose Multiplatform](https://jb.gg/cmp) is a declarative framework for sharing UIs across multiple platforms with Kotlin.
6+
[...]
7+
Compose for Web is based on [Kotlin/Wasm](https://kotl.in/wasm), the newest target for Kotlin Multiplatform projects.
8+
It allows Kotlin developers to run their code in the browser with all the benefits that WebAssembly has to offer, such as good and predictable performance for your applications.
99

1010
## Build Instructions
1111

12-
See `build.sh` or just run it.
12+
See or run `build.sh`.
1313
See `build.log` for the last build time, used sources, and toolchain versions.
1414

1515
## Running in JS shells

0 commit comments

Comments
 (0)