From 88a69e5f57c8b3af70ae9f5f12eabd74a76e4b78 Mon Sep 17 00:00:00 2001 From: Joe Stanley <33275230+engineerjoe440@users.noreply.github.com> Date: Wed, 16 Mar 2022 22:47:39 -0700 Subject: [PATCH] changed "controls" > "control", removed exess brackets (#1063) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 316198faefe2..58094b6ea147 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@

-[![Product Name Screen Shot][product-screenshot]] +![Product Name Screen Shot][product-screenshot] # About The Project @@ -83,7 +83,7 @@ An API allows integration into applications like [Home Assistant](https://www.ho ### Why a Database? -Some users of static-site generator applications like ChowDown have expressed concerns about their data being stuck in a database. Considering this is a new project it is a valid concern to be worried about your data. Mealie specifically addresses this concern by provided automatic daily backups that export your data in json, plain-text markdown files, and/or custom Jinja2 templates. **This puts you in controls of how your data is represented** when exported from Mealie, which means you can easily migrate to any other service provided Mealie doesn't work for you. +Some users of static-site generator applications like ChowDown have expressed concerns about their data being stuck in a database. Considering this is a new project it is a valid concern to be worried about your data. Mealie specifically addresses this concern by provided automatic daily backups that export your data in json, plain-text markdown files, and/or custom Jinja2 templates. **This puts you in control of how your data is represented** when exported from Mealie, which means you can easily migrate to any other service provided Mealie doesn't work for you. As to why we need a database?