From 88c7d3022af4ba4d1bb3bf634079209e87372222 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 28 May 2017 13:42:43 -0700 Subject: [PATCH] Updated home (markdown) --- home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.md b/home.md index 654c9dc..ad6c8d8 100644 --- a/home.md +++ b/home.md @@ -1,6 +1,6 @@ # about -- `musikcube` is a c++ library that can be used by developers as a backend for music players. -- `musikbox` is a cross-platform, terminal based music player that uses `musikcube`. +- `musikcube` is a c++ library that can be used by developers as a backend for music players. it also provides a remoting api with built in websocket and http servers. +- `musikbox` is a cross-platform, terminal-based music player that uses `musikcube`. - `musikdroid` is an android client that uses a remoting api to control and/or stream music playback on your mobile device. source code and releases are on the [github project page](https://github.com/clangen/musikcube). the website is [here](http://www.musikcube.com)