From fa71c629933db7bd18ba1396f11515ae769f1ea0 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Wed, 24 Nov 2021 11:52:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3635790..bfad094 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Small broadcasting suite for Twitch, includes: Download the latest build from here: [github.com/strimertul/strimertul/releases/latest](https://github.com/strimertul/strimertul/releases/latest) -Start `strimertul.exe` and as soon as it will load a browser window will open with a Web UI you can use to configure it to your heart's content. +Start `strimertul.exe` and as soon as it's ready it will open a browser window with the Web UI you can use to configure it to your heart's content. You can also build the project yourself, refer to the Building section below. @@ -50,4 +50,4 @@ go build Kilovolt's code is based on Gorilla Websocket's server example, licensed under [BSD-2-Clause](https://github.com/gorilla/websocket/blob/master/LICENSE) -The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`). \ No newline at end of file +The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`).