From adcd48a769b808aabea246b7f70507ec8a31bdb0 Mon Sep 17 00:00:00 2001 From: Eric Mumford Date: Mon, 14 Oct 2024 20:03:27 -0400 Subject: [PATCH] Refactoring release out of repo name and adding contact link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c7b30..d83653c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ While it may take longer initially to design and implement software using TBD, i - **Reduce Complexity**: Focusing on one tube at a time simplifies coding and debugging. - **Accelerate Testing**: Isolated tubes are easier and faster to test thoroughly. - **Simplify Deployment**: Update individual tubes without redeploying the entire system. -- **Enhance Team Productivity**: Teams can work on different tubes simultaneously without conflicts. +- **Enhance Team Productivity**: Teams can work on different tubes simultaneously without difficult conflicts. ---