summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-10-31 22:49:51 +0100
committerxengineering <me@xengineering.eu>2024-10-31 22:49:51 +0100
commitdbc0b05e4bbd939cd4dce6cadb833a860ff2c0d5 (patch)
tree807d58b013df7e03b688d38486afe69855ddb3d3
parent4f46443be82b3ca8b6f2bff759e17ea423892e21 (diff)
downloadsoundbox-app-dbc0b05e4bbd939cd4dce6cadb833a860ff2c0d5.tar
soundbox-app-dbc0b05e4bbd939cd4dce6cadb833a860ff2c0d5.tar.zst
soundbox-app-dbc0b05e4bbd939cd4dce6cadb833a860ff2c0d5.zip
Fix URLs in README.md
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8392f66..381ad5c 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,15 @@ This is an app to use [soundbox][1] devices. The current version is only a web
radio player as a proof of concept. Future versions will add the audio
streaming to soundbox devices.
-[1]: https://xengineering.eu/git/soundbox
-
## Usage
-The [Go tool][1] and the [mpv media player][2] are required to use the app. It
+The [Go tool][2] and the [mpv media player][3] are required to use the app. It
can be build and started like this:
```
go run main.go
```
-[1]: https://go.dev
-[2]: https://mpv.io
+[1]: https://xengineering.eu/git/soundbox
+[2]: https://go.dev
+[3]: https://mpv.io