From eec02bd1c2867194a6a2589a07efaa9b3273dfbc Mon Sep 17 00:00:00 2001 From: Otho Ulrich Date: Sat, 16 Jul 2022 23:23:37 -0400 Subject: [PATCH] Fix readme parens. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ae9631..9aec207 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This is my profile app you are currently viewing. Thanks! # Structure The app comprises: -- An Apache HTTP server serving the website at (https:///www.othoulrich.com). +- An Apache HTTP server serving the website at https:///www.othoulrich.com. - This Gitea server to host my code examples. # Associated Projects -- (https://code.othoulrich.com/otho/cv) compiles my curriculum vitae and adds it this `htdocs` directory. \ No newline at end of file +- https://code.othoulrich.com/otho/cv compiles my curriculum vitae and adds it this `htdocs` directory. \ No newline at end of file