From 4d6cef24a48e02fd4707df2e35e19651d8f18bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=BD=C3=A1ra?= Date: Fri, 27 Mar 2020 21:41:47 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4770bde..df17381 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,7 @@ docker run --network=host -e PORT=12345 cyp ## Technology - Connected to MPD via WebSockets (using the [ws2mpd](https://github.com/ondras/ws2mpd/) bridge) - Token-based access to the WebSocket endpoint (better than an `Origin` check) - - Uses *Custom Elements* - - Written in TypeScript + - Written using [*Custom Elements*](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) - Responsive layout via Flexbox - CSS Custom Properties - SVG icons (Material Design)