From b84ead87df8e5bdcb526080a4af054ca5616114b Mon Sep 17 00:00:00 2001 From: Arnav Mehta <66114536+mehtaarn000@users.noreply.github.com> Date: Tue, 22 Sep 2020 20:03:48 -0500 Subject: [PATCH] Small mistake --- Projects/2-Intermediate/CLI-Email-Utility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/CLI-Email-Utility.md b/Projects/2-Intermediate/CLI-Email-Utility.md index 5e58c216..7c7c9411 100644 --- a/Projects/2-Intermediate/CLI-Email-Utility.md +++ b/Projects/2-Intermediate/CLI-Email-Utility.md @@ -15,6 +15,6 @@ Create a command-line utility that allows users to send and recieve Emails from - [ ] Pretty messages can be sent. Meaning things like: subject, attached files, and different fonts. - [ ] Implement a GUI into the terminal with email functionalities. -##Example Projects +## Example Projects [Send Emails](https://github.com/pazz/alot)