diff --git a/README.md b/README.md index e0948ca..ee6728e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is the main StreamGoose component. It provides three main functions: - providing the unified message queue for the frontend side consumption; - serving static files that make up the frontend (`index.html`, `script.js`, `style.css` and images) over the plain HTTP protocol. -Additionally, the server binary also launches the backends it knows about and opens a simple GUI window to show the Web content locally, feeding its unified output directly into the JS side. The latter part became possible thanks to the [webview_go](https://pkg.go.dev/centrifuge.hectabit.org/HectaBit/webview_go) library. +Additionally, the server binary also launches the backends it knows about and opens a simple GUI window to show the Web content locally, feeding its unified output into the JS side via server-sent events. The latter part became possible thanks to the [webview_go](https://pkg.go.dev/centrifuge.hectabit.org/HectaBit/webview_go) library. ### Backends