diff --git a/readme.md b/readme.md
index 179f82e6176d6d685957e1c74fe7d63fa5e62184..380cdeaba7a81c7bd78482d8a22cce484c4a8b16 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