From b50d33f8d153895d4d0b5322083aea6559aa438b Mon Sep 17 00:00:00 2001 From: jypelle <52546084+jypelle@users.noreply.github.com> Date: Mon, 4 Jan 2021 13:53:37 +0100 Subject: [PATCH 1/2] Add Mifasol to list of projects using beep Hi (and happy New Year!), Beep is missing a "Projects using beep" chapter, so I started it with a project I maintain: mifasol , which uses beep to play flac and mp3 files. Thanks! --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1624c22..008fba2 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ Running an already built application should work with no extra dependencies. ## Licence [MIT](https://github.com/faiface/beep/blob/master/LICENSE) + +## Projects using `beep` + +- [Mifasol music server](https://github.com/jypelle/mifasol) From 286bc3081e3d808563b604aa2e57340c78dce3c5 Mon Sep 17 00:00:00 2001 From: jypelle <52546084+jypelle@users.noreply.github.com> Date: Mon, 4 Jan 2021 13:57:15 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 008fba2..ba3f7c1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ Running an already built application should work with no extra dependencies. [MIT](https://github.com/faiface/beep/blob/master/LICENSE) -## Projects using `beep` +## Projects using beep - [Mifasol music server](https://github.com/jypelle/mifasol)