Skip to content

Commit 8479e3a

Browse files
authored
Update README.md (JetBrains#141)
1 parent 4255a71 commit 8479e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Once in a while, it connects to APIs to get the latest information about session
1717
It then augments and republishes this information for clients to consume.
1818
It also provides a couple of extra APIs to save your favorites and accumulate votes.
1919

20-
### iOS, Android, WASM and Desktop Applications
20+
### iOS, Android, Browser and Desktop Applications
2121

2222
All applications are developed within a single codebase using [Kotlin Multiplatform technology](https://kotlinlang.org/docs/multiplatform.html).
2323
The UI is implemented using [Compose Multiplatform UI framework](https://www.jetbrains.com/lp/compose-multiplatform/).
@@ -51,7 +51,7 @@ The UI is implemented using [Compose Multiplatform UI framework](https://www.jet
5151
* Run `./gradlew :backend:run` to start the server
5252
* All API will be available at `http://0.0.0.0:8080`
5353

54-
### Running the WASM web app
54+
### Running the browser app
5555

5656
* To run the web app in the browser, run `./gradlew :shared:wasmJsBrowserRun`.
5757
* Open `http://localhost:8000` in your browser after build to see the app.

0 commit comments

Comments
 (0)