From 6f898d70fe99b5dd4d91971acff189cae0e3af3b Mon Sep 17 00:00:00 2001
From: hay-kot <hay-kot@pm.me>
Date: Sun, 21 Feb 2021 17:45:57 -0900
Subject: [PATCH] add Mealie to Recipe Management

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e664ac6a..6d3b082d 100644
--- a/README.md
+++ b/README.md
@@ -564,7 +564,7 @@ _CMS are a practical way to setup a website with many features. CMS often come w
 - [WriteFreely](https://writefreely.org) - Writing software for starting a minimalist, federated blog — or an entire community. ([Source Code](https://github.com/writeas/writefreely)) `AGPL-3.0` `Go`
 
 ### Recipe management
-
+- [Mealie](https://hay-kot.github.io/mealie/) - Material Design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app. [Source Code](https://github.com/hay-kot/mealie)  `MIT` `Python`
 - [OpenEats](https://github.com/open-eats/OpenEats) - Recipe management site that allows users to create, store, share and rate recipes, create grocery lists, and more. ([Demo](https://open-eats.github.io/)) `MIT` `Python`
 - [Tandoor Recipes](https://docs.tandoor.dev/) - Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDFs, Images or other files. ([Demo](https://app.tandoor.dev/), [Source Code](https://github.com/vabene1111/recipes/)) `MIT` `Python`