Skip to content

Commit 51e27ff

Browse files
committed
Document supported platforms
1 parent b7ca78a commit 51e27ff

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ See the [ReactiveState documentation](https://ensody.github.io/ReactiveState-Kot
6464

6565
## Supported platforms
6666

67-
android, jvm, ios, tvos, watchos, macosArm64, macosX64, mingwX64, linuxX64
67+
* Android
68+
* JVM
69+
* All native (including iOS)
70+
* JS
71+
* WASM
6872

6973
## Installation
7074

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ val mutable: MutableStateFlow<Int> = readOnly.toMutable { value: Int ->
6060

6161
## Supported platforms
6262

63-
android, jvm, ios, tvos, watchos, macosArm64, macosX64, mingwX64, linuxX64
63+
* Android
64+
* JVM
65+
* All native (including iOS)
66+
* JS
67+
* WASM
6468

6569
## Installation
6670

0 commit comments

Comments
 (0)