From a202615cd92f935cc967b7664fc8f6ae0d18cbc8 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Sun, 2 May 2021 14:39:37 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7f6e1c..7417332 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# strimertul +# Strimertül -Streaming helpers, includes: +Smol broadcasting suite, includes: - Extremely simple/fast disk-backed KV over websocket for interacting with web-based overlays - oh and it has pub/sub @@ -12,7 +12,7 @@ Streaming helpers, includes: Platform support is limited to Twitch only for the time being (sorry!) -# Building +## Building You need to build the frontend first! @@ -28,6 +28,6 @@ Once that's done, just build the app like any other Go project go build ``` -# License +## License The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`). For ISC exceptions, see [LICENSING.md](LICENSING.md).