From e042064de93a3bb9b86a0179b42ca38b3a106979 Mon Sep 17 00:00:00 2001 From: casey langen Date: Wed, 19 Jul 2017 17:47:03 -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 b0866b5..f022218 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. 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`. +- `musikcore` 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. +- `musikcube` is a cross-platform, terminal-based music player that uses `musikcore`. - `musikdroid` is an android client that uses a remoting api to control and/or stream music playback on mobile devices. source code and releases are on the [github project page](https://github.com/clangen/musikcube). the website is [here](http://www.musikcube.com)