From f3154453e7db79fcdba02de1ea5734d9b67a559e Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Mon, 12 Oct 2020 04:44:12 -0400
Subject: [PATCH] Update readme

---
 readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index 179f82e..380cdea 100755
--- a/readme.md
+++ b/readme.md
@@ -1,8 +1,8 @@
-# C - Dining Philosopher Threads
+# C - Dining Philosopher Problem
 
 
 ## Description
-A program using pthreads to implement the "Dining Philosophers" problem.
+A program using C pthreads to implement the "Dining Philosophers" problem.
 
 
 ## Running Program
-- 
GitLab