From 98f494ee63e37bd1d325899d247aea3486db42ad Mon Sep 17 00:00:00 2001 From: ashcigs <72159245+ashcigs@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:30:13 +0530 Subject: [PATCH] Update README.txt --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 576f2b2..3385196 100644 --- a/README.txt +++ b/README.txt @@ -19,7 +19,7 @@ Tech dependencies and considerations: sending emails, integrating with RabbitMQ, JSON encoding tasks, exposing an HTTP interface for registering tasks, etc. Maven is a fantastic build and dependency management system, so the simplicity of using so many external - libraries was great. + libraries will be great. I would like to call out that I have very little professional java experience, so if I have strange naming conventions or I'm missing some common Java pattern, @@ -100,4 +100,4 @@ Security: I put a password in a source file for an email account for testing. Then I thought; oh I'll put it in a config file, and not distribute the config file. Then I remembered; it's now in source history even if I delete the head revision of the file. Obviously. - Oops. Well I guess I'll just leave it there... one less thing to set up to run it... \ No newline at end of file + Oops. Well I guess I'll just leave it there... one less thing to set up to run it...