From b42767b003ce0f28f6595edd8f41eb4123bda4b8 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 29 Jan 2022 18:05:55 +0100 Subject: [PATCH] fix readme Signed-off-by: Benny Samir Hierl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eae1f3..8238e5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wishlist -The wish list webapp is a simple webapp for publishing wish lists. It allows to share wishlists for different people or occasions with friends and family. If something was bought from the wishlist, it can be removed from the list to prevent duplicate purchases. +The wishlist app is a simple webapp for publishing wishlists. It allows to share wishlists for different people or occasions with friends and family. If something was bought from the wishlist, it can be removed from the list to prevent duplicate purchases. The app can be easily self-hosted via Docker (see docker-compose example below).