From f259e7fd5fa3341bfadde57dd22d915b6a22685a Mon Sep 17 00:00:00 2001 From: Daniel Jettka Date: Thu, 23 May 2024 11:26:19 +0200 Subject: [PATCH] added newlines --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f36690..5ca44af 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ [![GitHub release](https://img.shields.io/github/v/release/Edirom/edirom-audio-player.svg)](https://github.com/Edirom/edirom-audio-player/releases) [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8F%20%20%E2%97%8B-orange)](https://fair-software.eu) + # Edirom Audio Player Web Component This web component implements an audio player based on the HTML5 audio facility. It is intended to be used in tbe Edirom Online, but can also be (re-)used in other web applications. No compilation or building is necessary to use the web component. There are no dependencies as it is based on plain JavaScript. As this repository only contains the bare JavaScript-based component, there is a separate [demo suite](https://github.com/Edirom/edirom-web-components-demonstrator) for web components developed in the Edirom Online Reloaded project, where the component can be seen and tested. + ## How to use this web component 1. Clone the repository into a directory of your choice