From 90a48e3119897f28f81c0d50ef68e167fccd49f6 Mon Sep 17 00:00:00 2001 From: hiendinhngoc Date: Sun, 14 Dec 2025 14:24:53 +0700 Subject: [PATCH] Fix unexpected remove empty line from README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41b78dcd1..867c2dba7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ You can find the details of how to do a Docker-based deployment in our [Docker d If you want more flexibility to customize your Fizzy installation by changing its code, and deploy those changes to your server, then we recommend you deploy Fizzy with Kamal. You can find a complete walkthrough of doing that in our [Kamal deployment guide](docs/kamal-deployment.md). + ## Development You are welcome -- and encouraged -- to modify Fizzy to your liking.