From 0d333fed8202265c4b40e5c516a7b85a4674a54e Mon Sep 17 00:00:00 2001 From: David J Nevin <66497218+davidjnevin@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:43:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c882b21..a02d359 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A web app to clean the Zoom chat generated *.txt files of speakers names and datetime details. If you do a lot of teaching using Zoom, you know that and after each class we save the chat and laboriously delete every second line to leave only the vocabulary shared during class. -With the desktop app I built [Zoom Chat Fixer](https://github.com/davidjnevin/zoom_chat_fixer) I solved the problem for myself. +With the desktop app I built, [Zoom Chat Fixer](https://github.com/davidjnevin/zoom_chat_fixer), I solved the problem for myself. This new version will be a web app and be built using hexagonal architecture and TDD. The project is on going at the moment, and I'll share a link as soon as it's live.