From 3e058a2559ec6e3a453e00c4437df5359e33600f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Thei=C3=9F?= Date: Fri, 7 May 2021 23:40:52 +0200 Subject: [PATCH 1/2] Update README.md --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 2e73681..a865f01 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# vue-webapp +# ASCIIfy Frontend ## Project setup ``` From 622b381d84673ea4009fb06843874d5853af05af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Thei=C3=9F?= Date: Fri, 7 May 2021 23:41:05 +0200 Subject: [PATCH 2/2] Update README.md --- backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 2758d04..cb36fb9 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,4 +1,4 @@ -# ASCIIfy +# ASCIIfy Backend A simple script to ASCIIfy images using the python image library. ## Examples @@ -43,4 +43,4 @@ optional arguments: that the resulting image has approximately the same dimensions as the input. --n_workers N_WORKERS How many processes should be started? If -1 it uses the number of cores. -``` \ No newline at end of file +```