From 517a5e26fa19b2b6e5bb80eb25d98112eeaccf5c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 8 Dec 2024 14:41:53 +0100 Subject: [PATCH] Improve README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab5c8790..24c77bdb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Music Library -Music Library is an application to manage a collection of music records in different physical formats. + +- [Music Library](#music-library) + - [Features](#features) + - [Setup](#setup) + - [CI](#ci) + - [Favicons](#favicons) + ## Features @@ -24,9 +30,9 @@ To start your Phoenix server: Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. The default password for development is `change me`. -The application is setup for deployment on Fly.io. +The application is setup for deployment on Fly.io - just make sure you edit `fly.toml` to match your app name, domain, etc. -### CI +## CI See the `.github` folder.