From 9983dd44015460f5ab796c7ee42a05cafba230a9 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 1 Jul 2017 13:28:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 157aeccaf..cbc3983be 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ musikbox ships with a streaming audio server enabled by default. it runs a webso you can fix some of this using a reverse proxy to provide ssl termination. details in the [ssl-server-setup section](https://github.com/clangen/musikcube/wiki/ssl-server-setup). while this improves things, you should exercise caution exposing these services over the internet. -if you're interested in writing your own frontend, [api documentation is available here](https://github.com/clangen/musikcube/wiki/remote-api-documentation). the streaming server api uses a combination of websockets and vanilla http, and is included in every `musikbox` distribution. +if you're interested in writing your own frontend, [api documentation is available here](https://github.com/clangen/musikcube/wiki/remote-api-documentation). # sdk