From a7f6378cc9a01c7b4bad0e0a6b4e7e2f7aa8709a Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Thu, 17 Feb 2022 07:45:48 +0100 Subject: [PATCH] update 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 da8d6a5..b7a5f6b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. -![DEMO](https://codesandbox.io/s/wishlist-app-h0htfc) +[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)]((https://codesandbox.io/s/wishlist-app-h0htfc) The app can be easily self-hosted via Docker (see docker-compose example below).